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

Namespace:  DidiSoft
Assembly:  PGPLib (in PGPLib.exe) Version: 1.6.2.15631

Syntax

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

See Also