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.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
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
- 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.
ICertRegManagerDSetRootNode(Boolean)