CertSrvConfigCommit Method
Updates Certification Authority configuration on a server.
Namespace: SysadminsLV.PKI.Management.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public bool Commit(
bool restart
)
Public Function Commit (
restart As Boolean
) As Boolean
public:
bool Commit(
bool restart
)
member Commit :
restart : bool -> bool
- restart Boolean
-
Indicates whether to restart certificate services to immediately apply changes. Updated settings has no effect
until CA service is restarted.
BooleanTrue if configuration was changed. If an object was not modified since it was instantiated, configuration is not updated
and the method returns
False.
The caller must have Administrator permissions on the target CA server.