Gets a value that indicates whether assemblies that are loaded into the current application domain execute with full trust.
Documentation for this section has not yet been entered.
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.