Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Property Licensee As String Get Set |
C# |
---|
public static string Licensee { get; set; } |
Visual C++ |
---|
public: static property String^ Licensee { String^ get (); void set (String^ value); } |
JavaScript |
---|
Cryptware.NCryptoki.Cryptoki.get_licensee = function(); Cryptware.NCryptoki.Cryptoki.set_licensee = function(value); |