CertificateAuthorityPingRequest Method

Gets the availability and accessibility of ADCS Certification Authority request 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 PingRequest()

Return Value

Boolean
True if request 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