OCSPResponse Class |
Namespace: PKI.OCSP
The OCSPResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChainErrorInformation |
Gets error information returned by the certificate chaining engine.
|
![]() | HttpHeaders |
Gets response HTTP headers.
|
![]() | NonceReceived |
Indicates whether the Nonce extension is included in the response.
|
![]() | NonceValue |
Gets Nonce extension value. This value (if extension is presented) MUST be exactly as specified in the request.
|
![]() | ProducedAt |
Gets the the time at which the OCSP responder signed this response.
|
![]() | RawData |
Gets encoded response's raw data.
|
![]() | Request |
Gets original OCSP request object.
|
![]() | ResponderKeyId |
Gets OCSP responder key ID (a hash calculated over responder's public key). If this property is empty,
a ResponderNameId is used.
|
![]() | ResponderNameId |
Gets OCSP responder name ID. If this property is empty, a ResponderKeyId is used.
|
![]() | ResponseErrorInformation |
Gets error and warning information about received response conformance with
RFC2560.
|
![]() | ResponseExtensions |
Gets optional OCSP response extensions. This may contain Nonce extension.
|
![]() | Responses |
Gets a collection of OCSPSingleResponse objects, which contains revocation status about each requested certificate.
|
![]() | ResponseStatus |
Gets response status. Response status indicates whether the OCSP responder was able to process the request
and obtain information about requested certificate.
|
![]() | ResponseType |
Gets response type (for example, id_pkix_ocsp_basic, which means Basic OCSP Response type).
|
![]() | SignatureAlgorithm |
Gets the algorithm used to create the signature of a response.
|
![]() | SignatureIsValid |
Indicates whether the signature is valid.
|
![]() | SignerCertificateIsValid |
Indicates whether the signig certificate is valid for requested usage.
|
![]() | SignerCertificates |
Gets OCSP Signing certificate that was used to sign the response.
|
![]() | Version |
Gets OCSP response version. Currently only version 1 is defined.
|
Name | Description | |
---|---|---|
![]() | DisplaySigningCertificateUI |
Displays OCSP response signing certificates in a familiar UI. If multiple certificates are available,
they are displayed as a certificate pick up list.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |