CertSrvSecurityDescriptorSetObjectSecurity Method

Writes this object to a securable object's Access Control List.

Definition

Namespace: SysadminsLV.PKI.Security.AccessControl
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public void SetObjectSecurity(
	bool restart
)

Parameters

restart  Boolean
Indicates whether to restart certificate services to immediately apply changes. Updated settings has no effect until CA service is restarted.

Exceptions

ServerUnavailableException The target CA server could not be contacted via remote registry and RPC protocol.

See Also