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