AspNetHostingPermissionLevel

AspNetHostingPermissionLevel.NET 1.1, serializable

System.Web (system.dll)enum

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
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) AspNetHostingPermissionLevel

Returned By

AspNetHostingPermission.Level, AspNetHostingPermissionAttribute.Level

Passed To

AspNetHostingPermission.{AspNetHostingPermission( ), Level}, AspNetHostingPermissionAttribute.Level



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace