IServiceTokenHandler.CreateServiceUser Method (ClaimsIdentity)

 

Creates a ServiceUser based on a given claimsIdentity.

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

ServiceUser CreateServiceUser(
	ClaimsIdentity claimsIdentity
)

Parameters

claimsIdentity
Type: System.Security.Claims.ClaimsIdentity

The ClaimsIdentity to create the ServiceUser from.

Return to top
Show: