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

Syntax

C#
public class PgpSignatureList : PgpObject
Visual Basic
Public Class PgpSignatureList _
	Inherits PgpObject
Visual C++
public ref class PgpSignatureList : public PgpObject

Remarks

A list of PGP signatures - normally in the signature block after literal data.

Inheritance Hierarchy

System..::..Object
  Org.BouncyCastle.Bcpg.OpenPgp..::..PgpObject
    Org.BouncyCastle.Bcpg.OpenPgp..::..PgpSignatureList

See Also