X509CRL2RevokedCertificates Property |
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509CRLEntryCollection RevokedCertificates { get; }
Public ReadOnly Property RevokedCertificates As X509CRLEntryCollection
Get
public:
property X509CRLEntryCollection^ RevokedCertificates {
X509CRLEntryCollection^ get ();
}
member RevokedCertificates : X509CRLEntryCollection with get
Property Value
Type:
X509CRLEntryCollectionRemarks 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. Additionaly, revocation entry may contain additional information,
such revocation reason.
See Also