Click or drag to resize

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; }

Property Value

Type: Boolean
See Also