Indiciates whether the current Base CRL has configured to use Delta CRLs too.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax Public Function HasDelta As Boolean
member HasDelta : unit -> bool
Return Value
Type:
BooleanTrue is the current CRL is configured to use Delta CRLs, otherwise
False.
Exceptions Remarks If the current CRL type already is Delta CRL, the method returns False.
See Also