Namespace:  Cryptware.NPDFDigitSign
Assembly:  NPDFDigitSign (in NPDFDigitSign.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);

See Also