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)
81
public void AddAccessRule(System.Security.AccessControl.
MutexAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
84
public bool RemoveAccessRule(System.Security.AccessControl.
MutexAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
85
public void RemoveAccessRuleAll(System.Security.AccessControl.
MutexAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
86
public void RemoveAccessRuleSpecific(System.Security.AccessControl.
MutexAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
90
public void ResetAccessRule(System.Security.AccessControl.
MutexAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
91
public void SetAccessRule(System.Security.AccessControl.
MutexAccessRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }