Compartir a través de


AccountPickerOptions.IsAuthenticationStateUIEnabled Propiedad

Definición

Obtiene o establece el valor que determina si el selector mostrará la interfaz de usuario para permitir al usuario volver a escribir las credenciales si SelectedAccount necesita volver a autenticar. Esta propiedad es true de forma predeterminada.

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

Valor de propiedad

True si el selector mostrará la interfaz de usuario para permitir que el usuario vuelva a escribir las credenciales.

Se aplica a