ApplicationTrust::IsApplicationTrustedToRun Property

 

Gets or sets a value indicating whether the application has the required permission grants and is trusted to run.

Namespace:   System.Security.Policy
Assembly:  mscorlib (in mscorlib.dll)

public:
property bool IsApplicationTrustedToRun {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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
Return to top
Show: