Gets the type of signature.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsDetached As Boolean
	Get
C#
public bool IsDetached { get; }
Visual C++
public:
property bool IsDetached {
	bool get ();
}
JavaScript
function get_isDetached();

Field Value

True if the signature is detached.

See Also