PolicyLevel::CreateAppDomainLevel Method ()
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Return to top
Creates a new policy level for use at the application domain policy level.
Assembly: mscorlib (in mscorlib.dll)
public: [ObsoleteAttribute("AppDomain policy levels are obsolete and will be removed in a future release of the .NET Framework. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.")] static PolicyLevel^ CreateAppDomainLevel()
This method creates a new PolicyLevel with the Label "AppDomain". The new PolicyLevel will initially contain the same NamedPermissionSet objects as in the default computer policy, and will have a single root code group that grants FullTrust to all code.
.NET Framework
Available since 1.1
Available since 1.1
Show: