Gets a value indicating whether this ISecretKey is encrypt.

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

Syntax

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

Field Value

true if encrypt; otherwise, false.

See Also