CommonObjectSecurity::ModifyAudit Method (AccessControlModification, AuditRule^, Boolean%)
.NET Framework (current version)
Applies the specified modification to the System Access Control List (SACL) associated with this CommonObjectSecurity object.
Assembly: mscorlib (in mscorlib.dll)
protected: virtual bool ModifyAudit( AccessControlModification modification, AuditRule^ rule, [OutAttribute] bool% modified ) override
Parameters
- modification
-
Type:
System.Security.AccessControl::AccessControlModification
The modification to apply to the SACL.
- rule
-
Type:
System.Security.AccessControl::AuditRule^
The audit rule to modify.
- modified
-
Type:
System::Boolean%
true if the SACL is successfully modified; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: