Gets or sets a value that indicates whether the certificate must reference its private key.

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 ReferencePrivateKey As Boolean
C#
public bool ReferencePrivateKey { get; set; }
Visual C++
public:
property bool ReferencePrivateKey {
	bool get ();
	void set (bool value);
}

Field Value

true if the private key must be referenced, false otherwise.