Gets or sets the name of the licensee supplied in the license file
Namespace:
Cryptware.NDigitSign
Assembly:
NDigitSign (in NDigitSign.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.NDigitSign.DigitalSigner.get_licensee = function();
Cryptware.NDigitSign.DigitalSigner.set_licensee = function(value); |
Return Value
the name of the licensee supplied in the license file
Remarks
See Also