6 references to AuditRule
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
799
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
AuditRule
<>))]
System.Security.AccessControl (5)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (5)
427
public virtual void AddAuditRule(System.Security.AccessControl.
AuditRule
<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
434
public virtual bool RemoveAuditRule(System.Security.AccessControl.
AuditRule
<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
435
public virtual void RemoveAuditRuleAll(System.Security.AccessControl.
AuditRule
<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
436
public virtual void RemoveAuditRuleSpecific(System.Security.AccessControl.
AuditRule
<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
439
public virtual void SetAuditRule(System.Security.AccessControl.
AuditRule
<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }