CertSrvRegManagerSetRootNode Method |
Sets the root configuration node context. By executing this method, a
IsAccessible property is updated to reflect the
current state of Certification Authority DCOM connection.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public void SetRootNode(
bool forceActive
)
Public Sub SetRootNode (
forceActive As Boolean
)
public:
virtual void SetRootNode(
bool forceActive
) sealed
abstract SetRootNode :
forceActive : bool -> unit
override SetRootNode :
forceActive : bool -> unit
Parameters
- forceActive
- Type: SystemBoolean
True if root configuration node must be set to active Certification Authority context. False
root configuration node is set to a parent Configuration node that is not specific to a CA.
Implements
ICertRegManagerDSetRootNode(Boolean)See Also