Click or drag to resize

CertificateAuthorityGetBaseCRL Method

Returns the most recent version of Base CRL.

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

Return Value

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