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
- A System.Security.AccessControl.SemaphoreAccessRule 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.SemaphoreSecurity object 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. If no matching rules are found, no action is taken.