6 references to MutexAuditRule
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
828
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
MutexAuditRule
))]
System.Threading.AccessControl (5)
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.notsupported.cs (5)
82
public void AddAuditRule(System.Security.AccessControl.
MutexAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
87
public bool RemoveAuditRule(System.Security.AccessControl.
MutexAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
88
public void RemoveAuditRuleAll(System.Security.AccessControl.
MutexAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
89
public void RemoveAuditRuleSpecific(System.Security.AccessControl.
MutexAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
92
public void SetAuditRule(System.Security.AccessControl.
MutexAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }