System.AppDomain.IsFullyTrusted Property

Gets a value that indicates whether assemblies that are loaded into the current application domain execute with full trust.

Syntax

public bool IsFullyTrusted { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This method always returns true for the default application domain of an application that runs on the desktop. It returns false for a sandboxed application domain that was created by using the AppDomain.CreateDomain(string, System.Security.Policy.Evidence, AppDomainSetup, System.Security.PermissionSet, System.Security.Policy.StrongName[]) method overload, unless the permissions that are granted to the application domain are equivalent to full trust.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0