OCSPRequest Methods |
The OCSPRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | Encode |
Encodes OCSP request based on a current information and populates RawData property.
After encoding, the object cannot be modified
|
![]() | 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.) |
![]() | SendRequest |
Sends OCSP request (encoded raw data) to a OCSP responder specified in URL.
|
![]() | SendRequest(String) |
Sends OCSP request (encoded raw data) to a OCSP responder specified in URL property
by using specific network method.
|
![]() | SetCredential |
Gets or sets the network credentials that are sent to a OCSP server and used to authenticate the request.
|
![]() | SetProxy | Obsolete.
Gets or sets the proxy used by OCSP request.
|
![]() | SignRequest(X509Certificate2, Boolean) |
Digitally signs the OCSP request. The method uses "sha1RSA" signature
algorithm by default.
|
![]() | SignRequest(X509Certificate2, Boolean, Oid) |
Digitally signs the OCSP request.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |