ILoginProvider::CreateLoginResult Method (ClaimsIdentity^, String^)

 

Creates a login result to return after a successful login

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

LoginResult^ CreateLoginResult(
	ClaimsIdentity^ claimsIdentity,
	String^ secretKey
)

Parameters

claimsIdentity
Type: System.Security.Claims::ClaimsIdentity^

The current logged in identity

secretKey
Type: System::String^

The secret key to sign the token with

Return Value

Type: Microsoft.WindowsAzure.Mobile.Service.Security::LoginResult^

A LoginResult containing the authentication information

Return to top
Show: