CertificateAuthorityRegistryOnline Property |
Gets remote registry accessibility status for Certification Authority. Returns
True if Certification Authority
if remote registry is accessible, otherwise
False.
This property does not indicate whether management interfaces are available or not. Refer to IsAccessible
property to determine management interface availability.
Namespace:
PKI.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool RegistryOnline { get; }
Public ReadOnly Property RegistryOnline As Boolean
Get
public:
property bool RegistryOnline {
bool get ();
}
member RegistryOnline : bool with get
Property Value
Type:
BooleanSee Also