PgpSignatureList public class PgpSignatureList : PgpObject Documentation Code public int Count { get; } public bool IsEmpty { get; } public PgpSignature this[int index] { get; } public PgpSignatureList(PgpSignature[] sigs) public PgpSignatureList(PgpSignature sig)