CertSrvRegManagerIsAccessible Property |
Indicates whether the Certification Authority configuration is accessible.
Namespace:
SysadminsLV.PKI.Management.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:
virtual property bool IsAccessible {
bool get () sealed;
}
abstract IsAccessible : bool with get
override IsAccessible : bool with get
Property Value
Type:
BooleanImplements
ICertRegManagerDIsAccessibleRemarks
If this member returns False, this may indicate that server cannot be reached using RPC/DCOM protocol.
See Also