Gets a value indicating whether this instance is open.

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

Syntax

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

Field Value

true if this instance is open; otherwise, false.

See Also