X509ArchiveCutoffExtension Class
Represents X.509 Archive Cutoff extension which is first defined in
RFC2560.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public class X509ArchiveCutoffExtension : X509Extension
Public Class X509ArchiveCutoffExtension
Inherits X509Extension
public ref class X509ArchiveCutoffExtension : public X509Extension
type X509ArchiveCutoffExtension =
class
inherit X509Extension
end
- Inheritance
- X509Extension X509ArchiveCutoffExtension
An OCSP responder MAY choose to retain revocation information beyond a certificate's expiration.
The date obtained by subtracting this retention interval value from the producedAt time in a response is
defined as the certificate's "archive cutoff" date. OCSP-enabled applications would use an OCSP
archive cutoff date to contribute to a proof that a digital signature was (or was not) reliable on
the date it was produced even if the certificate needed to validate the signature has long since expired.
To illustrate, if a server is operated with a 7-year retention interval policy and status was produced
at time t1 then the value for ArchiveCutoff in the response would be (t1 - 7 years).
Format |
Returns a formatted version of the Abstract Syntax Notation One (ASN.1)-encoded data as a string.
|