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.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool IsAccessible { get; }
Public ReadOnly Property IsAccessible As Boolean
Get
public:
property bool IsAccessible {
bool get ();
}
member IsAccessible : bool with get
Property Value
Type:
BooleanSee Also