WebAccountSelectionOptions Enum

Definition

Represents web account selection options. Use this to support the use of multiple web accounts in an app, where user might choose to log in with an existing account or add a new account.

This enumeration supports a bitwise combination of its member values.

public enum class WebAccountSelectionOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class WebAccountSelectionOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum WebAccountSelectionOptions
var value = Windows.Security.Authentication.Web.Provider.WebAccountSelectionOptions.default
Public Enum WebAccountSelectionOptions
Inheritance
WebAccountSelectionOptions
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Default 0

The user selected the default account.

New 1

The user selected to add a new account.

Applies to