OCSPSingleRequest Class

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

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
C#
public class OCSPSingleRequest
Inheritance
Object    OCSPSingleRequest

Remarks

Currently, only Service Locator extension is supported.

Constructors

OCSPSingleRequest(X509Certificate2, Boolean) Initializes 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) Initializes 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.

Properties

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.

Methods

Encode Encodes OCSPSingleRequest object to a ASN.1-encoded byte aray.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also