Gets the private key as an XML string.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public string PrivateKeyXml { get; }
Visual Basic
Public ReadOnly Property PrivateKeyXml As String
	Get
Visual C++
public:
property String^ PrivateKeyXml {
	String^ get ();
}

Field Value

If this certificate contains a private key, return the private key as XML. Else return null.

See Also