Class PgpSignatureList
- Namespace
- Org.BouncyCastle.Bcpg.OpenPgp
- Assembly
- BouncyCastle.Cryptography.dll
public class PgpSignatureList : PgpObject
- Inheritance
-
PgpSignatureList
- Inherited Members
Remarks
A list of PGP signatures - normally in the signature block after literal data.
Constructors
PgpSignatureList(PgpSignature)
public PgpSignatureList(PgpSignature sig)
Parameters
sigPgpSignature
PgpSignatureList(PgpSignature[])
public PgpSignatureList(PgpSignature[] sigs)
Parameters
sigsPgpSignature[]
Properties
Count
public int Count { get; }
Property Value
IsEmpty
public bool IsEmpty { get; }
Property Value
this[int]
public PgpSignature this[int index] { get; }
Parameters
indexint