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.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public void SetRootNode(
	bool forceActive
)

Parameters

forceActive  Boolean
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