LoginController.GetLoginProvider Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’inscrit ILoginProvider avec un nom donné loginProvider
ou lève un HttpResponseException avec une erreur indiquant pourquoi il n’a pas été trouvé.
protected virtual Microsoft.WindowsAzure.Mobile.Service.Security.ILoginProvider GetLoginProvider (System.Collections.Generic.IDictionary<string,System.Collections.Generic.List<Microsoft.WindowsAzure.Mobile.Service.Security.ILoginProvider>> loginProviders, string loginProvider);
abstract member GetLoginProvider : System.Collections.Generic.IDictionary<string, System.Collections.Generic.List<Microsoft.WindowsAzure.Mobile.Service.Security.ILoginProvider>> * string -> Microsoft.WindowsAzure.Mobile.Service.Security.ILoginProvider
override this.GetLoginProvider : System.Collections.Generic.IDictionary<string, System.Collections.Generic.List<Microsoft.WindowsAzure.Mobile.Service.Security.ILoginProvider>> * string -> Microsoft.WindowsAzure.Mobile.Service.Security.ILoginProvider
Protected Overridable Function GetLoginProvider (loginProviders As IDictionary(Of String, List(Of ILoginProvider)), loginProvider As String) As ILoginProvider
Paramètres
- loginProviders
- IDictionary<String,List<ILoginProvider>>
Table de recherche ou instances inscrites ILoginProvider .
- loginProvider
- String
Nom non respectant la casse de à ILoginProvider rechercher.
Retours
ILoginProvider correspondant au nom.
S’applique à
Azure SDK for .NET