mscorlib(4.0.0.0) API with additions
PolicyStatementAttribute.cs
2 
4 {
7  [Flags]
8  [ComVisible(true)]
10  {
12  Nothing = 0x0,
14  Exclusive = 0x1,
16  LevelFinal = 0x2,
18  All = 0x3
19  }
20 }
Definition: __Canon.cs:3
PolicyStatementAttribute
Defines special attribute flags for security policy on code groups.
The flag representing a policy statement that causes lower policy levels to not be evaluated as part ...
Attribute can be applied to any application element.
The exclusive code group flag. When a code group has this flag set, only the permissions associated w...
Specifies that the class can be serialized.