Share via


LiveAuthClient.Logout method

Signs the user out from services using Microsoft account.

Note

This method does not sign the user out of Windows, it only clears any cached sessions for the current app.

Syntax

public  Logout()
Public Function Logout() As 

Parameters

This method has no parameters.

Return value

None.

Requirements

Minimum supported client

Windows 8

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll

See also

LiveAuthClient