7 references to MutexAccessRule
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
827[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.MutexAccessRule))]
System.Threading.AccessControl (6)
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.notsupported.cs (6)
81public void AddAccessRule(System.Security.AccessControl.MutexAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 84public bool RemoveAccessRule(System.Security.AccessControl.MutexAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 85public void RemoveAccessRuleAll(System.Security.AccessControl.MutexAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 86public void RemoveAccessRuleSpecific(System.Security.AccessControl.MutexAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 90public void ResetAccessRule(System.Security.AccessControl.MutexAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 91public void SetAccessRule(System.Security.AccessControl.MutexAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }