CertificateAuthorityPing Method

Note: This API is now obsolete.
Attempts to check 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#
[ObsoleteAttribute("Use 'PingAdmin()' or 'PingRequest()' method instead.")]
public bool Ping()

Return Value

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

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.

Exceptions

UninitializedObjectExceptionThe CertificateAuthority object is not initialized through a class constructor.

See Also