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

Syntax

C#
public class PgpSecretKeyRing : PgpKeyRing
Visual Basic
Public Class PgpSecretKeyRing _
	Inherits PgpKeyRing
Visual C++
public ref class PgpSecretKeyRing : public PgpKeyRing

Remarks

Class to hold a single master secret key and its subkeys.

Often PGP keyring files consist of multiple master keys, if you are trying to process or construct one of these you should use the PgpSecretKeyRingBundle class.

Inheritance Hierarchy

System..::..Object
  Org.BouncyCastle.Bcpg.OpenPgp..::..PgpObject
    Org.BouncyCastle.Bcpg.OpenPgp..::..PgpKeyRing
      Org.BouncyCastle.Bcpg.OpenPgp..::..PgpSecretKeyRing

See Also