Class PgpSignatureList
- Namespace
- Enterprises.Org.BouncyCastle.Bcpg.OpenPgp
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class PgpSignatureList : PgpObject
- Inheritance
-
PgpSignatureList
- Inherited Members
-
Constructors
PgpSignatureList(PgpSignature)
public PgpSignatureList(PgpSignature sig)
Parameters
sig
PgpSignature
PgpSignatureList(PgpSignature[])
public PgpSignatureList(PgpSignature[] sigs)
Parameters
sigs
PgpSignature[]
Properties
Count
public int Count { get; }
Property Value
- int
IsEmpty
public bool IsEmpty { get; }
Property Value
- bool
this[int]
public PgpSignature this[int index] { get; }
Parameters
index
int
Property Value
- PgpSignature
Size
[Obsolete("Use 'Count' property instead")]
public int Size { get; }
Property Value
- int
Methods
Get(int)
[Obsolete("Use 'object[index]' syntax instead")]
public PgpSignature Get(int index)
Parameters
index
int
Returns
- PgpSignature