ILoginProvider::CreateLoginResult Method (ClaimsIdentity^, String^)
Creates a login result to return after a successful login
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
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
Show: