Gets the CAdES compliancy

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

Syntax

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

Return Value

True if the signature is CAdES compliant

See Also