If true generates a detached signature.
Namespace:
Cryptware.NDigitSignAssembly: 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); |