This enumeration is used in conjunction with the AspNetHostingPermission and AspNetHostingPermissionAttribute types. It indicates the level of peermissions assigned to an assembly for hosting the ASP.NET engine.
This type was added in .NET 1.1.
public enum AspNetHostingPermissionLevel { None = 100, Minimal = 200, Low = 300, Medium = 400, High = 500, Unrestricted = 600 }