Share via


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)

Syntax

ServiceUser CreateServiceUser(
    ClaimsIdentity claimsIdentity
)
ServiceUser^ CreateServiceUser(
    ClaimsIdentity^ claimsIdentity
)
abstract CreateServiceUser : 
        claimsIdentity:ClaimsIdentity -> ServiceUser
Function CreateServiceUser (
    claimsIdentity As ClaimsIdentity
) As ServiceUser

Parameters

Return Value

Type: Microsoft.WindowsAzure.Mobile.Service.Security.ServiceUser

A new ServiceUser instance.

See Also

IServiceTokenHandler Interface
Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top