X509CRL2HasDelta Method

Indicates whether the current Base CRL has configured to use Delta CRLs too.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public bool HasDelta()

Return Value

Boolean
True is the current CRL is configured to use Delta CRLs, otherwise False.

Remarks

If the current CRL type already is Delta CRL, the method returns False.

See Also