Méthode IAuthenticationManager.GetAuthenticationTypes
Obtient les types d'authentification dans le gestionnaire d'authentification.
Espace de noms : Microsoft.Owin.Security
Assembly : Microsoft.Owin (en Microsoft.Owin.dll)
Syntaxe
'Déclaration
Function GetAuthenticationTypes As IEnumerable(Of AuthenticationDescription)
'Utilisation
Dim instance As IAuthenticationManager
Dim returnValue As IEnumerable(Of AuthenticationDescription)
returnValue = instance.GetAuthenticationTypes()
IEnumerable<AuthenticationDescription> GetAuthenticationTypes()
IEnumerable<AuthenticationDescription^>^ GetAuthenticationTypes()
abstract GetAuthenticationTypes : unit -> IEnumerable<AuthenticationDescription>
function GetAuthenticationTypes() : IEnumerable<AuthenticationDescription>
Valeur de retour
Type : System.Collections.Generic.IEnumerable<AuthenticationDescription>
Types d'authentification dans le gestionnaire d'authentification.
Voir aussi
Référence
IAuthenticationManager Interface