Click or drag to resize

OCSPSingleRequest Class

This class represents a single OCSP request entry which include information about the certificate to verify and optional extensions.
Inheritance Hierarchy
SystemObject
  PKI.OCSPOCSPSingleRequest

Namespace:  PKI.OCSP
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class OCSPSingleRequest

The OCSPSingleRequest type exposes the following members.

Constructors
  NameDescription
Public methodOCSPSingleRequest(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.
Public methodOCSPSingleRequest(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.
Top
Properties
  NameDescription
Public propertyCertId
Gets an information about the certificate to verify.
Public propertyCertificateName
Gets the name of the certificate in the question.
Public propertyExtensions
Gets optional extensions associated with the certificate in the subject.
Top
Methods
  NameDescription
Public methodEncode
Encodes OCSPSingleRequest object to a ASN.1-encoded byte aray.
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Currently only Service Locator extension is supported.
See Also