Return the public key ring that corresponds to the secret key ring.

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

Syntax

C#
public PgpPublicKeyRing GeneratePublicKeyRing()
Visual Basic
Public Function GeneratePublicKeyRing As PgpPublicKeyRing
Visual C++
public:
PgpPublicKeyRing^ GeneratePublicKeyRing()

See Also