X509CRL2Extensions Property

Gets a collection of X509Extension objects.

Definition

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

Property Value

X509ExtensionCollection

Remarks

Version 1 CRLs do not support extensions and this property is always empty for them.

The extensions defined in the X.509 v2 CRL format allow additional data to be included in the CRL. A number of extensions are defined by ISO in the X.509 v3 definition as well as by PKIX in RFC 5280, "Certificate and Certificate Revocation List (CRL) Profile." Common extensions include information regarding key identifiers (X509AuthorityKeyIdentifierExtension), CRL sequence numbers, additional revocation information (Delta CRL Locations), and other uses.

See Also