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.

Namespace:   Microsoft.VisualStudio.Shell
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::Boolean

True if the picker will show UI to allow the user to reenter credentials.

Return to top
Show: