6 references to PipeAuditRule
System.Core (1)
System.Core.cs (1)
111[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeAuditRule))]
System.IO.Pipes.AccessControl (5)
artifacts\obj\System.IO.Pipes.AccessControl\Debug\net10.0\System.IO.Pipes.AccessControl.notsupported.cs (5)
37public void AddAuditRule(System.IO.Pipes.PipeAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 43public bool RemoveAuditRule(System.IO.Pipes.PipeAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 44public void RemoveAuditRuleAll(System.IO.Pipes.PipeAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 45public void RemoveAuditRuleSpecific(System.IO.Pipes.PipeAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 48public void SetAuditRule(System.IO.Pipes.PipeAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }