Click or drag to resize

OCSPSingleResponse Class

Represents OCSP single response that contains revocation status about particular certificate. Certificate ID is stored in CertID property.
Inheritance Hierarchy
SystemObject
  PKI.OCSPOCSPSingleResponse

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

The OCSPSingleResponse type exposes the following members.

Properties
  NameDescription
Public propertyCertId
Gets certificate ID that represents information about the certificate was verified.
Public propertyCertStatus
Gets certificate status. Possible values are: Good, Revoked, Unknown.
Public propertyExtensions
Gets optional extensions about the status of the certificate in the subject.
Public propertyNextUpdate
Gets the time at or before which newer information will be available about the status of the certificate.
Public propertyRevocationInfo
If the certificate in the subject is revoked, OCSP responder may include CRL entry with this certificate.
Public propertyThisUpdate
Gets the time at which the status being indicated is known to be correct.
Top
Methods
  NameDescription
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
See Also