X509CRL2RevokedCertificates Property
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
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.