CertificateAuthorityPing(String) Method
            Attempts to check specified Certification Authority's management interfaces availability.
            
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public static bool Ping(
	string computerName
)
Public Shared Function Ping ( 
	computerName As String
) As Boolean
public:
static bool Ping(
	String^ computerName
)
static member Ping : 
        computerName : string -> bool 
- computerName  String
- CA's computer host name. Can be either short (NetBIOS) or fully qualified (FQDN) name.
BooleanTrue if management interfaces are available and accessible, otherwise 
False.