Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
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); |