Click or drag to resize

OCSPRequest Methods

The OCSPRequest type exposes the following members.

Methods
  NameDescription
Public methodEncode
Encodes OCSP request based on a current information and populates RawData property. After encoding, the object cannot be modified
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSendRequest
Sends OCSP request (encoded raw data) to a OCSP responder specified in URL.
Public methodSendRequest(String)
Sends OCSP request (encoded raw data) to a OCSP responder specified in URL property by using specific network method.
Public methodSetCredential
Gets or sets the network credentials that are sent to a OCSP server and used to authenticate the request.
Public methodSetProxy Obsolete.
Gets or sets the proxy used by OCSP request.
Public methodSignRequest(X509Certificate2, Boolean)
Digitally signs the OCSP request. The method uses "sha1RSA" signature algorithm by default.
Public methodSignRequest(X509Certificate2, Boolean, Oid)
Digitally signs the OCSP request.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also