Gets or sets the product key supplied in the license file
Namespace:
Cryptware.NDigitSign
Assembly:
NDigitSign (in NDigitSign.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.NDigitSign.DigitalSigner.get_productKey = function();
Cryptware.NDigitSign.DigitalSigner.set_productKey = function(value); |
Return Value
the product key supplied in the license file
Remarks
See Also