Click or drag to resize

OCSPRequest Properties

The OCSPRequest type exposes the following members.

Properties
  NameDescription
Public propertyAcceptedSignatureAlgorithms
Gets an array of supported signature algorithms that OCSP server shall use to sign response. Default algorithm is sha1RSA.
Public propertyExtensions
Gets optional OCSP Request extensions. This may include Nonce and/or Service Locator extensions.
Public propertyNonce
Indicates whether the client chose to add Nonce extension.
Public propertyNonceValue
As a Nonce extension value, a Ticks property value of DateTime class is used.
Public propertyProxy
Gets or sets web proxy information that will be used to connect OCSP server.
Public propertyRawData
Gets the raw data of a OCSP request. This data is sent to OCSP responder.
Public propertyRequestList
Gets certificate identification object collection. This object is equavivalent to singleRequest structure in ASN.1 module.
Public propertySignerCertificate
Gets the certificate used to sign this request. If the request is not signed, this property is null.
Public propertyURL
Gets or sets the URL of the OCSP responder service. URL can be retrieved from certificate's AIA extension.
Public propertyVersion
Gets OCSP Request version. Currently only version 1 is defined.
Top
See Also