SingleResponse(CertID, CertStatus, Asn1GeneralizedTime, Asn1GeneralizedTime, X509Extensions) Constructor

Initializes a new instance of the SingleResponse class

Definition

Namespace: Org.BouncyCastle.Asn1.Ocsp
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public SingleResponse(
	CertID certID,
	CertStatus certStatus,
	Asn1GeneralizedTime thisUpdate,
	Asn1GeneralizedTime nextUpdate,
	X509Extensions singleExtensions
)

Parameters

certID  CertID
 
certStatus  CertStatus
 
thisUpdate  Asn1GeneralizedTime
 
nextUpdate  Asn1GeneralizedTime
 
singleExtensions  X509Extensions
 

See Also