Gets a value indicating whether this instance is logged in.

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

Syntax

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

Field Value

true if this instance is logged in; otherwise, false.

See Also