This documentation is archived and is not being maintained.
AspNetHostingPermission Class
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Controls access permissions in ASP.NET hosted environments.
For a list of all members of this type, see AspNetHostingPermission Members.
System.Object
System.Security.CodeAccessPermission
System.Web.AspNetHostingPermission
[Visual Basic] <Serializable> NotInheritable Public Class AspNetHostingPermission Inherits CodeAccessPermission Implements IUnrestrictedPermission [C#] [Serializable] public sealed class AspNetHostingPermission : CodeAccessPermission, IUnrestrictedPermission [C++] [Serializable] public __gc __sealed class AspNetHostingPermission : public CodeAccessPermission, IUnrestrictedPermission [JScript] public Serializable class AspNetHostingPermission extends CodeAccessPermission implements IUnrestrictedPermission
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
Show: