If set to true generates a CAdES signature.
Namespace:
Cryptware.NDigitSignAssembly: NDigitSign (in NDigitSign.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property CAdES As Boolean Get Set |
C# |
---|
public bool CAdES { get; set; } |
Visual C++ |
---|
public: property bool CAdES { bool get (); void set (bool value); } |
JavaScript |
---|
function get_cAdES(); function set_cAdES(value); |