NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileIOPermissionAttribute Properties

The properties of the FileIOPermissionAttribute class are listed below. For a complete list of FileIOPermissionAttribute class members, see the FileIOPermissionAttribute Members topic.

Public:

Action (inherited from SecurityAttribute) Retrieves or assigns the security action that is being declared.
All Specifies full access for keys and values specified by the string value.
Append Specifies append access for keys and values specified by the string value.
Read Specifies read access for keys and values specified by the string value.
Unrestricted (inherited from SecurityAttribute) Retrieves or assigns a value indicating whether full (unrestricted) permission to the resource protected by the attribute should be declared.
Write Specifies write access for keys and values specified by the string value.

See Also

FileIOPermissionAttribute Class | System.Security.Permissions Namespace