Click or drag to resize

CertificateAuthorityPing Method (String)

Attempts to check specified 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 static bool Ping(
	string computerName
)

Parameters

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

Return Value

Type: Boolean
True if management interfaces are available and accessible, otherwise False.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf the computerName parameter is null or empty.
See Also