OCSPSingleResponse Class |
Namespace: PKI.OCSP
The OCSPSingleResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| CertId |
Gets certificate ID that represents information about the certificate was verified.
| |
| CertStatus |
Gets certificate status. Possible values are: Good, Revoked, Unknown.
| |
| Extensions |
Gets optional extensions about the status of the certificate in the subject.
| |
| NextUpdate |
Gets the time at or before which newer information will be available about the status of the certificate.
| |
| RevocationInfo |
If the certificate in the subject is revoked, OCSP responder may include CRL entry with this certificate.
| |
| ThisUpdate |
Gets the time at which the status being indicated is known to be correct.
|
| Name | Description | |
|---|---|---|
| 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.) |