X509CRL2RevokedCertificates Property
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public X509CRLEntryCollection RevokedCertificates { get; }
Public ReadOnly Property RevokedCertificates As X509CRLEntryCollection
Get
public:
property X509CRLEntryCollection^ RevokedCertificates {
X509CRLEntryCollection^ get ();
}
member RevokedCertificates : X509CRLEntryCollection with get
Property Value
X509CRLEntryCollection X509CRLEntry object represents a CRL entry.
Each entry contains at least the following information:
SerialNumber
of revoked certificate and
RevocationDate that represents a date
and time at which certificate was revoked. Additionally, revocation entry may contain additional information,
such revocation reason.