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

Collapse imageSyntax

C#
public class PgpPublicKeyRingBundle
Visual Basic
Public Class PgpPublicKeyRingBundle
Visual C++
public ref class PgpPublicKeyRingBundle

Collapse imageRemarks

Often a PGP key ring file is made up of a succession of master/sub-key key rings. If you want to read an entire public key file in one hit this is the class for you.

Collapse imageInheritance Hierarchy

System..::..Object
  Org.BouncyCastle.Bcpg.OpenPgp..::..PgpPublicKeyRingBundle

Collapse imageSee Also