7 references to SemaphoreAccessRule
System (1)
src\libraries\shims\System\ref\System.cs (1)
833[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.SemaphoreAccessRule))]
System.Threading.AccessControl (6)
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.notsupported.cs (6)
124public void AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 127public bool RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 128public void RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 129public void RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 133public void ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 134public void SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }