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)
124
public void AddAccessRule(System.Security.AccessControl.
SemaphoreAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
127
public bool RemoveAccessRule(System.Security.AccessControl.
SemaphoreAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
128
public void RemoveAccessRuleAll(System.Security.AccessControl.
SemaphoreAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
129
public void RemoveAccessRuleSpecific(System.Security.AccessControl.
SemaphoreAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
133
public void ResetAccessRule(System.Security.AccessControl.
SemaphoreAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
134
public void SetAccessRule(System.Security.AccessControl.
SemaphoreAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }