AspNetHostingPermissionAttribute Class
.NET Framework 2.0
Allows security actions for AspNetHostingPermission to be applied to code using declarative security. This class cannot be inherited.
Namespace: System.Web
Assembly: System (in system.dll)
Assembly: System (in system.dll)
[SerializableAttribute] [AttributeUsageAttribute(AttributeTargets::All, AllowMultiple=true, Inherited=false)] public ref class AspNetHostingPermissionAttribute sealed : public CodeAccessSecurityAttribute
/** @attribute SerializableAttribute() */ /** @attribute AttributeUsageAttribute(AttributeTargets.All, AllowMultiple=true, Inherited=false) */ public final class AspNetHostingPermissionAttribute extends CodeAccessSecurityAttribute
SerializableAttribute AttributeUsageAttribute(AttributeTargets.All, AllowMultiple=true, Inherited=false) public final class AspNetHostingPermissionAttribute extends CodeAccessSecurityAttribute
System.Object
System.Attribute
System.Security.Permissions.SecurityAttribute
System.Security.Permissions.CodeAccessSecurityAttribute
System.Web.AspNetHostingPermissionAttribute
System.Attribute
System.Security.Permissions.SecurityAttribute
System.Security.Permissions.CodeAccessSecurityAttribute
System.Web.AspNetHostingPermissionAttribute
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: