Share via


SignInButton.Session property

Identifies the session and specified scope for an authenticated user who is signed in from a particular app.

Note

This member is available only for Windows Phone apps. For Windows Store apps, use LiveAuthClient.LoginAsync to build a sign-in control.

Syntax

public LiveConnectSession Session { get; }
Public ReadOnly Property Session As LiveConnectSession

Property value

Type: LiveConnectSession

The session object.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live.Controls

Assembly

Microsoft.Live.Controls.dll

See also

SignInButton