CertificateAuthorityPing Method |
Attempts to check 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 Function Ping As Boolean
member Ping : unit -> bool
Return Value
Type:
BooleanTrue if management interfaces are available and accessible, otherwise
False.
Exceptions Remarks
The caller must have at least Read permissions on the CA server to ping management interfaces.
Otherwise the method always returns False, regardless of actual interface state.
See Also