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