ServiceUser.GetIdentitiesAsync Method

Definition

Gets the collection of provider specific identities for this user.

public System.Threading.Tasks.Task<System.Collections.ObjectModel.Collection<Microsoft.WindowsAzure.Mobile.Service.Security.ProviderCredentials>> GetIdentitiesAsync ();
member this.GetIdentitiesAsync : unit -> System.Threading.Tasks.Task<System.Collections.ObjectModel.Collection<Microsoft.WindowsAzure.Mobile.Service.Security.ProviderCredentials>>
Public Function GetIdentitiesAsync () As Task(Of Collection(Of ProviderCredentials))

Returns

Applies to