Gets or sets a value that indicates whether the certificate should be signed.

Namespace: Org.Mentalis.Security.Tools
Assembly:   Org.Mentalis.Security.Tools (in Org.Mentalis.Security.Tools)
Version: 1.0.0.0

Syntax

Visual Basic (Declaration)
Public Property SignCertificate As Boolean
C#
public bool SignCertificate { get; set; }
Visual C++
public:
property bool SignCertificate {
	bool get ();
	void set (bool value);
}

Field Value

true if a signature must be generated, false otherwise.