Returns an array from all private (secret) sub keys.
Namespace: DidiSoft.PgpAssembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547
Syntax
| C# |
|---|
public KeyPairInformation..::..SubKey[] PrivateSubKeys { get; } |
| Visual Basic |
|---|
Public ReadOnly Property PrivateSubKeys As KeyPairInformation..::..SubKey() Get |
| Visual C++ |
|---|
public: property array<KeyPairInformation..::..SubKey^>^ PrivateSubKeys { array<KeyPairInformation..::..SubKey^>^ get (); } |