Gets a value indicating whether this IPrivateKey is decrypt.

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

Syntax

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

Field Value

true if decrypt; otherwise, false.

See Also