Partager via


ApplicationTrust.IsApplicationTrustedToRun Propriété

Définition

Obtient ou définit une valeur indiquant si l’application dispose des autorisations requises et est approuvée pour s’exécuter.

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’application est approuvée pour s’exécuter ; sinon, false. La valeur par défaut est false.

Remarques

Un gestionnaire d’approbation définit la IsApplicationTrustedToRun propriété true sur laquelle une application a été approuvée pour s’exécuter.

S’applique à