DsCertEnrollContainerSaveChanges Method
Saves changes back to Active Directory.
Namespace: SysadminsLV.PKI.Management.ActiveDirectoryAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public override void SaveChanges(
bool forceDelete
)
Public Overrides Sub SaveChanges (
forceDelete As Boolean
)
public:
virtual void SaveChanges(
bool forceDelete
) override
abstract SaveChanges :
forceDelete : bool -> unit
override SaveChanges :
forceDelete : bool -> unit
Parameters
- forceDelete Boolean
-
Forces object deletion if there are no more elements (certificates, CRLs, etc.).
Typically, only members of Domain Admins group in forest root domain and members of Enterprise Admins
group have permissions to write to Active Directory configuration naming context. Other members should
be granted delegated permissions to write to configuration naming context.