Class SingleResp
  
  
  
    - Namespace
- Enterprises.Org.BouncyCastle.Ocsp
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
 
  
  
  
    public class SingleResp : X509ExtensionBase, IX509Extension
   
  
    - Inheritance
- 
      
      
      SingleResp 
    - Implements
- 
      
    
    - Inherited Members
- 
    
    
    
    
    
    
    
    
    
    
    
    
  
Constructors
  
  
  SingleResp(SingleResponse)
  
  
  
  
  
    public SingleResp(SingleResponse resp)
   
  Parameters
  
    - respSingleResponse
Properties
  
  
  NextUpdate
  
  
  
  
  
    public DateTimeObject NextUpdate { get; }
   
  Property Value
  
    - DateTimeObject
  SingleExtensions
  
  
  
  
  
    public X509Extensions SingleExtensions { get; }
   
  Property Value
  
    - X509Extensions
  ThisUpdate
  
  
  
  
  
    public DateTime ThisUpdate { get; }
   
  Property Value
  
    - DateTime
Methods
  
  
  GetCertID()
  
  
  
  
  
    public CertificateID GetCertID()
   
  Returns
  
    - CertificateID
  GetCertStatus()
  
  
  
  
  
    public object GetCertStatus()
   
  Returns
  
    - object
  GetX509Extensions()
  
  
  
  
  
    protected override X509Extensions GetX509Extensions()
   
  Returns
  
    - X509Extensions