Gets a value indicating whether this IPrivateKey is sensitive.

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

Syntax

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

Field Value

true if sensitive; otherwise, false.

See Also