LoginProvider::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)

public:
virtual 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 to top
Show: