Searches for all access control rules with the same user and System.Security.AccessControl.AccessControlType (allow or deny) as the specified rule and, if found, removes them.
- rule
- An System.Security.AccessControl.EventWaitHandleAccessRule that specifies the user and System.Security.AccessControl.AccessControlType to search for. Any rights specified by this rule are ignored.
The current System.Security.AccessControl.EventWaitHandleSecurity is searched for rules that have the same user and the same System.Security.AccessControl.AccessControlType value as rule. Any rights specified by rule are ignored when performing this search. All matching rules are removed. If no matching rules are found, no action is taken.