OCSPSingleRequest Class |
Namespace: PKI.OCSP
The OCSPSingleRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | OCSPSingleRequest(X509Certificate2, Boolean) |
Intitializes a new instance of OCSPSingleRequest class from a certificate to include
in the request and value that indicates whether to include X509ServiceLocatorExtension
extension.
|
![]() | OCSPSingleRequest(X509Certificate2, X509Certificate2, Boolean) |
Intitializes a new instance of OCSPSingleRequest class from a certificate to include
in the request, certificate issuer and a value that indicates whether to include
X509ServiceLocatorExtension extension.
|
Name | Description | |
---|---|---|
![]() | CertId |
Gets an information about the certificate to verify.
|
![]() | CertificateName |
Gets the name of the certificate in the question.
|
![]() | Extensions |
Gets optional extensions associated with the certificate in the subject.
|
Name | Description | |
---|---|---|
![]() | Encode |
Encodes OCSPSingleRequest object to a ASN.1-encoded byte aray.
|
![]() | 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.) |