2 references to RemoveAccess
System.IO.FileSystem.AccessControl (2)
System\Security\AccessControl\DirectoryObjectSecurity.cs (2)
313
result = SecurityDescriptor.DiscretionaryAcl.
RemoveAccess
(AccessControlType.Allow, sid, rule);
358
result = SecurityDescriptor.DiscretionaryAcl.
RemoveAccess
(AccessControlType.Deny, sid, rule);