Gets or Sets addCACertificate flag to embedd CA certificate in the signature.

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

Syntax

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

Field Value

AddCertificate flag.

See Also