Gets a value indicating whether this IPrivateKey is sign.

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

Syntax

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

Field Value

true if sign; otherwise, false.

See Also