Gets a value indicating whether this instance is token present.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IsTokenPresent As Boolean
	Get
C#
bool IsTokenPresent { get; }
Visual C++
property bool IsTokenPresent {
	bool get ();
}
JavaScript
function get_isTokenPresent();

Field Value

true if this instance is token present; otherwise, false.

See Also