CertificateAuthorityPingAdmin Method

Gets the availability and accessibility of ADCS Certification Authority administration and management RPC/DCOM interface.

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public bool PingAdmin()

Return Value

Boolean
True if management interfaces are available and caller has permissions to access it, otherwise False.

Exceptions

UninitializedObjectExceptionThe CertificateAuthority object is not initialized through a class constructor.

See Also