Class SignerInformationStore
  
  
  
    - Namespace
- Enterprises.Org.BouncyCastle.Cms
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
 
  
  
  
    public class SignerInformationStore
   
  
    - Inheritance
- 
      
      SignerInformationStore 
    - Inherited Members
- 
    
    
    
    
    
    
    
  
Constructors
  
  
  
  
  
    public SignerInformationStore(SignerInformation signerInfo)
   
  Parameters
  
    - signerInfoSignerInformation
    public SignerInformationStore(ICollection signerInfos)
   
  Parameters
  
    - signerInfosICollection
Properties
  
  
  
  
  
    public int Count { get; }
   
  Property Value
  
    - int
Methods
  
  
  
  
  
    public SignerInformation GetFirstSigner(SignerID selector)
   
  Parameters
  
    - selectorSignerID
Returns
  
    - SignerInformation
    public ICollection GetSigners()
   
  Returns
  
    - ICollection
    public ICollection GetSigners(SignerID selector)
   
  Parameters
  
    - selectorSignerID
Returns
  
    - ICollection