Gets a value indicating whether this IKey is local.

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

Syntax

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

Field Value

true if local; otherwise, false.

See Also