6 references to FileSystemAuditRule
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
819
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
FileSystemAuditRule
))]
System.IO.FileSystem.AccessControl (5)
artifacts\obj\System.IO.FileSystem.AccessControl\Debug\net11.0\System.IO.FileSystem.AccessControl.notsupported.cs (5)
109
public void AddAuditRule(System.Security.AccessControl.
FileSystemAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
114
public bool RemoveAuditRule(System.Security.AccessControl.
FileSystemAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
115
public void RemoveAuditRuleAll(System.Security.AccessControl.
FileSystemAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
116
public void RemoveAuditRuleSpecific(System.Security.AccessControl.
FileSystemAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
119
public void SetAuditRule(System.Security.AccessControl.
FileSystemAuditRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }