Value of this CKA_LABEL attribute

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

Syntax

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

Implements

IStorage..::..Label

See Also