X509CRL2RevokedCertificates Property

Gets a collection of X509CRLEntry objects.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public X509CRLEntryCollection RevokedCertificates { get; }

Property Value

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. Additionally, revocation entry may contain additional information, such revocation reason.

See Also