다음을 통해 공유


AccountPickerOptions.IsAuthenticationStateUIEnabled 속성

정의

선택기가 다시 인증이 필요한 경우 SelectedAccount 사용자가 자격 증명을 다시 입력할 수 있도록 UI를 표시할지 여부를 결정하는 값을 가져오거나 설정합니다. 이 속성의 기본값은 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

속성 값

True이면 사용자가 자격 증명을 다시 입력할 수 있도록 선택기가 UI를 표시합니다.

적용 대상