X509CRL2Type Property

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

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
public X509CrlType Type { get; }

Property Value

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