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
)
Public Shared Function Ping (
computerName As String
) As Boolean
public:
static bool Ping(
String^ computerName
)
static member Ping :
computerName : string -> bool
Parameters
- computerName
- Type: SystemString
CA's computer host name. Can be either short (NetBIOS) or fully qualified (FQDN) name.
Return Value
Type:
BooleanTrue if management interfaces are available and accessible, otherwise
False.
Exceptions See Also