Allows enumeration of all the public keys.

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

Syntax

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

Return Value

An IEnumerable of PgpPublicKey objects.

See Also