AccountPickerOptions.IsAuthenticationStateUIEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la valeur qui détermine si le sélecteur affiche l’interface utilisateur pour permettre à l’utilisateur d’entrer à nouveau les informations d’identification si le SelectedAccount doit être réauthentification. Cette propriété est définie par défaut sur true.
public:
property bool IsAuthenticationStateUIEnabled { bool get(); void set(bool value); };
public:
property bool IsAuthenticationStateUIEnabled { bool get(); void set(bool value); };
public bool IsAuthenticationStateUIEnabled { get; set; }
member this.IsAuthenticationStateUIEnabled : bool with get, set
Public Property IsAuthenticationStateUIEnabled As Boolean
Valeur de propriété
True si le sélecteur affiche l’interface utilisateur pour permettre à l’utilisateur d’entrer à nouveau les informations d’identification.