Returns the Private key ring part of this Key Pair.
May be null if only public key is available.

Namespace: DidiSoft.Pgp
Assembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547

Syntax

C#
public PgpSecretKeyRing PrivateRing { get; set; }
Visual Basic
Public Property PrivateRing As PgpSecretKeyRing
	Get
	Set
Visual C++
public:
property PgpSecretKeyRing^ PrivateRing {
	PgpSecretKeyRing^ get ();
	void set (PgpSecretKeyRing^ value);
}

See Also