Allows enumeration of the secret keys.

Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public IEnumerable GetSecretKeys()
Visual Basic
Public Function GetSecretKeys As IEnumerable
Visual C++
public:
IEnumerable^ GetSecretKeys()

Return Value

An IEnumerable of PgpSecretKey objects.

See Also