public X509ExtensionCollection Extensions { get; }
Public ReadOnly Property Extensions As X509ExtensionCollection
Get
public:
property X509ExtensionCollection^ Extensions {
X509ExtensionCollection^ get ();
}
member Extensions : X509ExtensionCollection with get
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.