Click or drag to resize

X509CRL2Type Property

Gets the type of a certificate revocation list. Value can be either Base CRL or Delta CRL.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509CrlType Type { get; }

Property Value

Type: X509CrlType
Remarks

Base CRL includes revocation information about all certificates revoked during entire CA lifetime.

Delta CRL includes revocation information about certificates revoked only since the last Base CRL was issued.

See Also