6 references to SemaphoreAuditRule
System (1)
src\libraries\shims\System\ref\System.cs (1)
834
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
SemaphoreAuditRule
))]
System.Threading.AccessControl (5)
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.notsupported.cs (5)
125
public void AddAuditRule(System.Security.AccessControl.
SemaphoreAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
130
public bool RemoveAuditRule(System.Security.AccessControl.
SemaphoreAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
131
public void RemoveAuditRuleAll(System.Security.AccessControl.
SemaphoreAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
132
public void RemoveAuditRuleSpecific(System.Security.AccessControl.
SemaphoreAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
135
public void SetAuditRule(System.Security.AccessControl.
SemaphoreAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }