If true generates a detached signature.

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

Syntax

Visual Basic (Declaration)
Public Property Detached As Boolean
	Get
	Set
C#
public bool Detached { get; set; }
Visual C++
public:
property bool Detached {
	bool get ();
	void set (bool value);
}
JavaScript
function get_detached();
function set_detached(value);

Field Value

Detached flag.

See Also