AspNetHostingPermissionAttribute Class
.NET Framework 3.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)
'Declaration <SerializableAttribute> _ <AttributeUsageAttribute(AttributeTargets.All, AllowMultiple:=True, Inherited:=False)> _ Public NotInheritable Class AspNetHostingPermissionAttribute Inherits CodeAccessSecurityAttribute 'Usage Dim instance As AspNetHostingPermissionAttribute
/** @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
Not applicable.
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
Community Additions
ADD
Show: