mscorlib(4.0.0.0) API with additions
AspNetHostingPermissionLevel.cs
1 namespace System.Web
2 {
6  {
8  None = 100,
10  Minimal = 200,
12  Low = 300,
14  Medium = 400,
16  High = 500,
18  Unrestricted = 600
19  }
20 }
AspNetHostingPermissionLevel
Specifies the trust level that is granted to an ASP.NET Web application.
Indicates that features protected with a demand for the F:System.Web.AspNetHostingPermissionLevel....
Indicates that features protected with a demand for any level less than or equal to the F:System....
Specifies that the class can be serialized.