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.

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public bool RegistryOnline { get; }

Property Value

Boolean

See Also