The properties of the EnvironmentPermissionAttribute class are listed below. For a complete list of EnvironmentPermissionAttribute class members, see the EnvironmentPermissionAttribute Members topic.
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. |
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. |
EnvironmentPermissionAttribute Class | System.Security.Permissions Namespace