The members of System.Security.Permissions.FileIOPermissionAttribute are listed below.
See Also: Inherited members from System.Security.Permissions.CodeAccessSecurityAttribute
Initializes a new instance of the System.Security.Permissions.FileIOPermissionAttribute class with the specified System.Security.Permissions.SecurityAction. |
All | string.
Gets or sets full access for the file or directory that is specified by the string value. | |
AllFiles | FileIOPermissionAccess.
Gets or sets the permitted access to all files. | |
AllLocalFiles | FileIOPermissionAccess.
Gets or sets the permitted access to all local files. | |
Append | string.
Gets or sets append access for the file or directory that is specified by the string value. | |
ChangeAccessControl | string.
Gets or sets the file or directory in which access control information can be changed. | |
PathDiscovery | string.
Gets or sets the file or directory to which to grant path discovery. | |
Read | string.
Gets or sets read access for the file or directory specified by the string value. | |
ViewAccessControl | string.
Gets or sets the file or directory in which access control information can be viewed. | |
ViewAndModify | string.
Gets or sets the file or directory in which file data can be viewed and modified. | |
Write | string.
Gets or sets write access for the file or directory specified by the string value. |
override | CreatePermission()
|