System.Security.Permissions.FileIOPermissionAttribute Members

The members of System.Security.Permissions.FileIOPermissionAttribute are listed below.

See Also: Inherited members from System.Security.Permissions.CodeAccessSecurityAttribute

Public Constructors

Public Properties

Allstring.

Gets or sets full access for the file or directory that is specified by the string value.

AllFilesFileIOPermissionAccess.

Gets or sets the permitted access to all files.

AllLocalFilesFileIOPermissionAccess.

Gets or sets the permitted access to all local files.

Appendstring.

Gets or sets append access for the file or directory that is specified by the string value.

ChangeAccessControlstring.

Gets or sets the file or directory in which access control information can be changed.

PathDiscoverystring.

Gets or sets the file or directory to which to grant path discovery.

Readstring.

Gets or sets read access for the file or directory specified by the string value.

ViewAccessControlstring.

Gets or sets the file or directory in which access control information can be viewed.

ViewAndModifystring.

Gets or sets the file or directory in which file data can be viewed and modified.

Writestring.

Gets or sets write access for the file or directory specified by the string value.

Public Methods