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

MobileServiceAuthentication 构造函数

定义

初始化 MobileServiceAuthentication 类的新实例。

public MobileServiceAuthentication (Microsoft.WindowsAzure.MobileServices.IMobileServiceClient client, string providerName, System.Collections.Generic.IDictionary<string,string> parameters);
new Microsoft.WindowsAzure.MobileServices.Internal.MobileServiceAuthentication : Microsoft.WindowsAzure.MobileServices.IMobileServiceClient * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.WindowsAzure.MobileServices.Internal.MobileServiceAuthentication
Public Sub New (client As IMobileServiceClient, providerName As String, parameters As IDictionary(Of String, String))

参数

client
IMobileServiceClient

MobileServiceClient与此 MobileServiceLogin 实例关联的 。

providerName
String

MobileServiceAuthenticationProvider用于进行身份验证的 。

parameters
IDictionary<String,String>

提供程序特定的额外参数,作为查询字符串参数发送到登录终结点。

适用于