MobileServiceAuthentication Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe 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))
Parâmetros
- client
- IMobileServiceClient
O MobileServiceClient associado a essa instância de MobileServiceLogin.
- providerName
- String
O MobileServiceAuthenticationProvider usado para autenticar.
- parameters
- IDictionary<String,String>
Parâmetros extras específicos do provedor que são enviados como parâmetros de cadeia de caracteres de consulta para o ponto de extremidade de logon.
Aplica-se a
Azure SDK for .NET