The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AppDomain::PermissionSet Property
.NET Framework (current version)
Gets the permission set of a sandboxed application domain.
Assembly: mscorlib (in mscorlib.dll)
public: property PermissionSet^ PermissionSet { [SecurityCriticalAttribute] PermissionSet^ get(); }
Property Value
Type: System.Security::PermissionSet^The permission set of the sandboxed application domain.
Sandboxed application domains that were created by using the AppDomain::CreateDomain(String^, Evidence^, AppDomainSetup^, PermissionSet^, array<StrongName^>^) method overload have a homogenous set of permissions; that is, the same set of permissions is granted to all partially trusted assemblies that are loaded into the application domain. A sandboxed application domain optionally has a list of strong-named assemblies that are exempt from this permission set, and instead run with full trust.
SecurityCriticalAttribute
Requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
.NET Framework
Available since 4.0
Available since 4.0
Show: