System.Security.Policy.PolicyStatementAttribute Enumeration

Assembly: Mscorlib.dll
Namespace: System.Security.Policy
Summary
Defines special attribute flags for security policy on code groups.
C# Syntax:
[Flags]
[Serializable]
public enum PolicyStatementAttribute
Remarks
Attribute flags set on policy statements control how code groups merge with other code groups and other policy levels.
See also:
System.Security.Policy Namespace

System.Security.Policy.PolicyStatementAttribute Member List:

Public Fields
All All attribute 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.
Nothing No flags are set.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.