CertificateAuthorityPing(String) Method

Attempts to check specified Certification Authority's management interfaces availability.

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public static bool Ping(
	string computerName
)

Parameters

computerName  String
CA's computer host name. Can be either short (NetBIOS) or fully qualified (FQDN) name.

Return Value

Boolean
True if management interfaces are available and accessible, otherwise False.

Exceptions

ArgumentNullExceptionIf the computerName parameter is null or empty.

See Also