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::ApplicationTrust Property
.NET Framework (current version)
Gets information describing permissions granted to an application and whether the application has a trust level that allows it to run.
Assembly: mscorlib (in mscorlib.dll)
public: property ApplicationTrust^ ApplicationTrust { [SecurityCriticalAttribute] ApplicationTrust^ get(); }
Property Value
Type: System.Security.Policy::ApplicationTrust^An object that encapsulates permission and trust information for the application in the application domain.
SecurityCriticalAttribute
Requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
.NET Framework
Available since 2.0
Available since 2.0
Show: