2 references to RemoveAudit
System.Security.AccessControl (2)
System\Security\AccessControl\CommonObjectSecurity.cs (2)
392
result = _securityDescriptor.SystemAcl.
RemoveAudit
(rule.AuditFlags, sid, rule.AccessMask, rule.InheritanceFlags, rule.PropagationFlags);
396
result = _securityDescriptor.SystemAcl.
RemoveAudit
(AuditFlags.Failure | AuditFlags.Success, sid, -1, InheritanceFlags.ContainerInherit | InheritanceFlags.ObjectInherit, 0);