Gets or sets the product key supplied in the license file
Namespace:
Cryptware.NCryptoki
Assembly:
NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Property ProductKey As String
Get
Set |
C# |
---|
public static string ProductKey { get; set; } |
Visual C++ |
---|
public:
static property String^ ProductKey {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
Cryptware.NCryptoki.Cryptoki.get_productKey = function();
Cryptware.NCryptoki.Cryptoki.set_productKey = function(value); |
Return Value
the product key supplied in the license file
Remarks
See Also