CertSrvSecurityDescriptorSetObjectSecurity Method |
Writes this object to a securable object's Access Control List.
Namespace:
SysadminsLV.PKI.Security.AccessControl
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public void SetObjectSecurity(
bool restart
)
Public Sub SetObjectSecurity (
restart As Boolean
)
public:
void SetObjectSecurity(
bool restart
)
member SetObjectSecurity :
restart : bool -> unit
Parameters
- restart
- Type: SystemBoolean
Indicates whether to restart certificate services to immediately apply changes. Updated settings has
no effect until CA service is restarted.
Exceptions See Also