Returns an array from all private (secret) sub keys.

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

Syntax

C#
public KeyPairInformation..::.SubKey[] PrivateSubKeys { get; }
Visual Basic (Declaration)
Public ReadOnly Property PrivateSubKeys As KeyPairInformation..::.SubKey()
Visual C++
public:
property array<KeyPairInformation..::.SubKey^>^ PrivateSubKeys {
	array<KeyPairInformation..::.SubKey^>^ get ();
}

See Also