Gets a value indicating whether this IPrivateKey is extractable.

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

Syntax

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

Field Value

true if extractable; otherwise, false.

See Also