ServiceUser Constructor (IEnumerable<ClaimsIdentity>)

 

Initializes a new instance of the ServiceUser class from the specified identities.

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

public ServiceUser(
	IEnumerable<ClaimsIdentity> identities
)

Parameters

identities
Type: System.Collections.Generic.IEnumerable<ClaimsIdentity>

The identities from which to initialize the new claims principal.

Return to top
Show: