OCSPRequest Properties |
The OCSPRequest type exposes the following members.
Name | Description | |
---|---|---|
AcceptedSignatureAlgorithms |
Gets an array of supported signature algorithms that OCSP server shall use to sign response.
Default algorithm is sha1RSA.
| |
Extensions |
Gets optional OCSP Request extensions. This may include Nonce and/or Service Locator extensions.
| |
Nonce |
Indicates whether the client chose to add Nonce extension.
| |
NonceValue | ||
Proxy |
Gets or sets web proxy information that will be used to connect OCSP server.
| |
RawData |
Gets the raw data of a OCSP request. This data is sent to OCSP responder.
| |
RequestList |
Gets certificate identification object collection. This object is equavivalent to singleRequest
structure in ASN.1 module.
| |
SignerCertificate |
Gets the certificate used to sign this request. If the request is not signed, this property is null.
| |
URL |
Gets or sets the URL of the OCSP responder service. URL can be retrieved from certificate's AIA
extension.
| |
Version |
Gets OCSP Request version. Currently only version 1 is defined.
|