mscorlib(4.0.0.0) API with additions
SecurityRuleSet.cs
1 namespace System.Security
2 {
4  public enum SecurityRuleSet : byte
5  {
7  None,
9  Level1,
11  Level2
12  }
13 }
SecurityRuleSet
Identifies the set of security rules the common language runtime should enforce for an assembly.
Indicates that the runtime will enforce level 1 (.NET Framework version 2.0) transparency rules.
Indicates that the runtime will enforce level 2 transparency rules.