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
  
    - sigPgpSignature
  PgpSignatureList(PgpSignature[])
  
  
  
  
  
    public PgpSignatureList(PgpSignature[] sigs)
   
  Parameters
  
    - sigsPgpSignature[]
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
  
    - indexint
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
  
    - indexint
Returns
  
    - PgpSignature