Click or drag to resize

CertificateAuthorityPing Method

Attempts to check Certification Authority's management interfaces availability.

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public bool Ping()

Return Value

Type: Boolean
True if management interfaces are available and accessible, otherwise False.
Exceptions
ExceptionCondition
UninitializedObjectExceptionThe CertificateAuthority object is not initialized through a class constructor.
Remarks
The caller must have at least Read permissions on the CA server to ping management interfaces. Otherwise the method always returns False, regardless of actual interface state.
See Also