Share via


AccountPickerOptions.IsAuthenticationStateUIEnabled 屬性

定義

取得或設定值,這個值會決定選擇器是否會顯示UI,以允許使用者在需要重新驗證時 SelectedAccount 重新輸入認證。 依預設值,此屬性為 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

屬性值

如果選擇器會顯示UI以允許使用者重新輸入認證,則為True。

適用於