CertificateAuthorityIsAccessible Property

Gets accessibility status for Certification Authority. Returns True if Certification Authority is online and management interfaces are accessible, otherwise False.

This property does not indicate whether remote registry is available or not. Refer to RegistryOnline property to determine remote registry availability.

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 IsAccessible { get; }

Property Value

Boolean

See Also