Click or drag to resize

X509CRL2HasDelta Method

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 bool HasDelta()

Return Value

Type: Boolean
True is the current CRL is configured to use Delta CRLs, otherwise False.
Exceptions
ExceptionCondition
UninitializedObjectExceptionAn object is not initialized.
Remarks
If the current CRL type already is Delta CRL, the method returns False.
See Also