Initializes a new instance of the SingleResponse class
Namespace: Org.BouncyCastle.Asn1.OcspAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public SingleResponse( CertID certID, CertStatus certStatus, DerGeneralizedTime thisUpdate, DerGeneralizedTime nextUpdate, X509Extensions singleExtensions ) |
Visual Basic |
---|
Public Sub New ( _ certID As CertID, _ certStatus As CertStatus, _ thisUpdate As DerGeneralizedTime, _ nextUpdate As DerGeneralizedTime, _ singleExtensions As X509Extensions _ ) |
Visual C++ |
---|
public: SingleResponse( CertID^ certID, CertStatus^ certStatus, DerGeneralizedTime^ thisUpdate, DerGeneralizedTime^ nextUpdate, X509Extensions^ singleExtensions ) |
Parameters
- certID
- Type: Org.BouncyCastle.Asn1.Ocsp..::..CertID
- certStatus
- Type: Org.BouncyCastle.Asn1.Ocsp..::..CertStatus
- thisUpdate
- Type: Org.BouncyCastle.Asn1..::..DerGeneralizedTime
- nextUpdate
- Type: Org.BouncyCastle.Asn1..::..DerGeneralizedTime
- singleExtensions
- Type: Org.BouncyCastle.Asn1.X509..::..X509Extensions