7 references to AccessRule
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
792
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
AccessRule
<>))]
System.Security.AccessControl (6)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (6)
426
public virtual void AddAccessRule(System.Security.AccessControl.
AccessRule
<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
431
public virtual bool RemoveAccessRule(System.Security.AccessControl.
AccessRule
<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
432
public virtual void RemoveAccessRuleAll(System.Security.AccessControl.
AccessRule
<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
433
public virtual void RemoveAccessRuleSpecific(System.Security.AccessControl.
AccessRule
<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
437
public virtual void ResetAccessRule(System.Security.AccessControl.
AccessRule
<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
438
public virtual void SetAccessRule(System.Security.AccessControl.
AccessRule
<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }