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:
DidiSoftFor our recipients this will be false because we have only their public keys in most cases.
Assembly: PGPLib (in PGPLib.exe) Version: 1.6.2.15631
Syntax
| C# |
|---|
public bool HasPrivateKey { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property HasPrivateKey As Boolean |
| Visual C++ |
|---|
public: property bool HasPrivateKey { bool get (); } |