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.
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public bool IsAccessible { get; }
Public ReadOnly Property IsAccessible As Boolean
	Get
public:
property bool IsAccessible {
	bool get ();
}
member IsAccessible : bool with get
Property Value
Boolean