Return an iterator of the public keys in the secret key ring that have no matching private key. At the moment only personal certificate data appears in this fashion.

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

Syntax

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

Return Value

An IEnumerable of unattached, or extra, public keys.

See Also