Click or drag to resize

X509CRL2RevokedCertificates Property

Gets a collection of X509CRLEntry objects.

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; }

Property Value

Type: X509CRLEntryCollection
Remarks
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