Returns is there a corresponding private key for this key pair entry in this KeyStore instance
For our recipients this will be false because we have only their public keys in most cases.

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

Syntax

C#
public bool HasPrivateKey { get; }
Visual Basic
Public ReadOnly Property HasPrivateKey As Boolean
	Get
Visual C++
public:
property bool HasPrivateKey {
	bool get ();
}

See Also