ApplicationTrust::IsApplicationTrustedToRun Property
.NET Framework (current version)
Gets or sets a value indicating whether the application has the required permission grants and is trusted to run.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue if the application is trusted to run; otherwise, false. The default is false.
A trust manager sets the IsApplicationTrustedToRun property to true when an application has been approved to execute.
.NET Framework
Available since 2.0
Available since 2.0
Show: