Mono Class Library: Overview

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. Documentation for this section has not yet been entered.
AllFilesFileIOPermissionAccess. Documentation for this section has not yet been entered.
AllLocalFilesFileIOPermissionAccess. Documentation for this section has not yet been entered.
Appendstring. Gets or sets the name of a file or directory for which append access is secured.
ChangeAccessControlstring. Documentation for this section has not yet been entered.
PathDiscoverystring. Gets or sets the name of a file or directory for which path discovery access is secured.
Readstring. Gets or sets the name of a file or directory for which read access is secured.
ViewAccessControlstring. Documentation for this section has not yet been entered.
ViewAndModifystring. Documentation for this section has not yet been entered.
Writestring. Gets or sets the name of a file or directory for which write access is secured.

Public Methods

override
CreatePermission() : System.Security.IPermission
Returns a new System.Security.Permissions.FileIOPermission that contains the security information of the current instance.