Click or drag to resize

CertificateAuthorityGetDeltaCRL Method

Returns the most recent version of Delta CRL. If Certification Authority is not configured for Delta CRL, the method returns null.

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509CRL2 GetDeltaCRL()

Return Value

Type: X509CRL2
Delta CRL.
Exceptions
ExceptionCondition
UninitializedObjectException The object is not properly initialized.
ServerUnavailableException CA server is not accessible via RPC/DCOM.
See Also