8 references to MutexRights
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
829
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
MutexRights
))]
System.Threading.AccessControl (7)
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.Extensions.notsupported.cs (2)
18
public static System.Threading.Mutex OpenExisting(string name, System.Security.AccessControl.
MutexRights
rights) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
19
public static bool TryOpenExisting(string name, System.Security.AccessControl.
MutexRights
rights, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Threading.Mutex? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.notsupported.cs (5)
53
public MutexAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
MutexRights
eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
54
public MutexAccessRule(string identity, System.Security.AccessControl.
MutexRights
eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
55
public System.Security.AccessControl.
MutexRights
MutexRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }
59
public MutexAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
MutexRights
eventRights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
60
public System.Security.AccessControl.
MutexRights
MutexRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }