The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
FileIOPermission::AllFiles Property
.NET Framework (current version)
Gets or sets the permitted access to all files.
Assembly: mscorlib (in mscorlib.dll)
public: property FileIOPermissionAccess AllFiles { FileIOPermissionAccess get(); void set(FileIOPermissionAccess value); }
Property Value
Type: System.Security.Permissions::FileIOPermissionAccessThe set of file I/O flags for all files.
This property gets or sets the permitted access to all files on the local computer and network drives.
An individual FileIOPermissionAccess value can be checked for using a bitwise AND operation.
.NET Framework
Available since 1.1
Available since 1.1
Show: