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.0.1.0 (4.0.1.0)
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.