你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceUser.GetIdentitiesAsync 方法

定义

获取此用户的提供程序特定标识的集合。

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))

返回

适用于