8 references to FileSecurity
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
817
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
FileSecurity
))]
PresentationUI (1)
MS\Internal\Documents\Application\DocumentStream.cs (1)
533
FileSecurity
originalSecurity = originalInfo.GetAccessControl(AccessControlSections.Access);
System.IO.FileSystem.AccessControl (6)
artifacts\obj\System.IO.FileSystem.AccessControl\Debug\net11.0\System.IO.FileSystem.AccessControl.notsupported.cs (6)
12
public static System.IO.FileStream Create(this System.IO.FileInfo fileInfo, System.IO.FileMode mode, System.Security.AccessControl.FileSystemRights rights, System.IO.FileShare share, int bufferSize, System.IO.FileOptions options, System.Security.AccessControl.
FileSecurity
? fileSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
16
public static System.Security.AccessControl.
FileSecurity
GetAccessControl(this System.IO.FileInfo fileInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
17
public static System.Security.AccessControl.
FileSecurity
GetAccessControl(this System.IO.FileInfo fileInfo, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
18
public static System.Security.AccessControl.
FileSecurity
GetAccessControl(this System.IO.FileStream fileStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
20
public static void SetAccessControl(this System.IO.FileInfo fileInfo, System.Security.AccessControl.
FileSecurity
fileSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
21
public static void SetAccessControl(this System.IO.FileStream fileStream, System.Security.AccessControl.
FileSecurity
fileSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }