CommonObjectSecurity.RemoveAuditRuleAll(AuditRule) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all audit rules that have the same security identifier as the specified audit rule from the System Access Control List (SACL) associated with this CommonObjectSecurity object.
protected:
void RemoveAuditRuleAll(System::Security::AccessControl::AuditRule ^ rule);
protected void RemoveAuditRuleAll (System.Security.AccessControl.AuditRule rule);
member this.RemoveAuditRuleAll : System.Security.AccessControl.AuditRule -> unit
Protected Sub RemoveAuditRuleAll (rule As AuditRule)
Parameters
- rule
- AuditRule
The audit rule to remove.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.