AccountPickerOptions Class

Definition

Represents the options used to create an account picker.

public ref class AccountPickerOptions
[Windows::Foundation::Metadata::WebHostHidden]
class AccountPickerOptions
public class AccountPickerOptions
type AccountPickerOptions = class
Public Class AccountPickerOptions
Inheritance
AccountPickerOptions
Derived

Constructors

AccountPickerOptions(IntPtr, String)

Initializes a new instance of the options used to create an account picker.

AccountPickerOptions(Window, String)

Initializes a new instance of the options used to create an account picker.

Properties

CustomFilter

Gets or sets the picker's custom filter to determine accounts being displayed. Setting this will disable add new capability.

HostId

Gets a unique identifier for this host, usually the package guid, that will be used when reporting telemetry.

IsAuthenticationStateUIEnabled

Gets or sets the value that determines if the picker will show UI to allow the user to reenter credentials if the SelectedAccount needs re-authentication. This property is true by default.

IsCompactHeight

Gets or sets the value that determines if the picker will be displayed in smaller height compared to the default height.

ParentWindow

Gets the window hosting the account picker.

ParentWindowHandle

Gets the parent window object.

UseWindowsPresentationFoundationStyle

Gets or sets the value that determines if the picker will use styles based on Windows Presentation Framework.

Applies to