ApplicationTrust.IsApplicationTrustedToRun Propriété

Définition

Obtient ou définit une valeur qui indique si l'application a les autorisations requises et si son exécution est approuvée.

public:
 property bool IsApplicationTrustedToRun { bool get(); void set(bool value); };
public bool IsApplicationTrustedToRun { get; set; }
member this.IsApplicationTrustedToRun : bool with get, set
Public Property IsApplicationTrustedToRun As Boolean

Valeur de propriété

true si l'exécution de l'application est approuvée ; sinon, false. La valeur par défaut est false.

Remarques

Un gestionnaire d’approbations définit la IsApplicationTrustedToRun propriété sur true lorsque l’exécution d’une application a été approuvée.

S’applique à