AccountPickerOptions::IsAuthenticationStateUIEnabled Property
Visual Studio 2015
Determines whether the picker will show UI to allow the user to reenter credentials if theIWpfAccountPicker.SelectedAccount needs re-authentication. This property is true by default.
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
public: property bool IsAuthenticationStateUIEnabled { [CompilerGeneratedAttribute] bool get(); [CompilerGeneratedAttribute] void set(bool value); }
Property Value
Type: System::BooleanTrue if the picker will show UI to allow the user to reenter credentials.
Show: