Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public Property Label As String
	Get
	Set
C#
public string Label { get; set; }
Visual C++
public:
virtual property String^ Label {
	String^ get () sealed;
	void set (String^ value) sealed;
}
JavaScript
function get_label();
function set_label(value);

Implements

ITokenInfo..::..Label

See Also