Share via


LiveAuthClient.LiveAuthClient() constructor

Initializes a new instance of the LiveAuthClient class. [Windows Store apps only]

Note

Windows Phone doesn't support this method.

Syntax

public LiveAuthClient LiveAuthClient()
Public Sub New () As LiveAuthClient

Parameters

This constructor has no parameters.

Return value

Type: LiveAuthClient

An initialized instance of the class.

Remarks

Note

LiveAuthClient must be constructed in the app's UI thread.

Requirements

Minimum supported client

Windows 8

Minimum supported server

None supported

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll

See also