Gets or sets the name of the licensee supplied in the license file

Namespace:  Cryptware.NCryptoki
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);

Return Value

the name of the licensee supplied in the license file

Remarks