This documentation is archived and is not being maintained.
PolicyStatementAttribute Enumeration
Visual Studio 2010
Defines special attribute flags for security policy on code groups.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Security.PolicyAssembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| Nothing | No flags are set. | |
| Exclusive | The exclusive code group flag. When a code group has this flag set, only the permissions associated with that code group are granted to code belonging to the code group. At most, one code group matching a given piece of code can be set as exclusive. | |
| LevelFinal | The flag representing a policy statement that causes lower policy levels to not be evaluated as part of the resolve operation, effectively allowing the policy level to override lower levels. | |
| All | All attribute flags are set. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: