Partager via


Méthode IAuthenticationManager.Challenge (String[])

Crée un challenge pour le gestionnaire d'authentification.

Espace de noms :  Microsoft.Owin.Security
Assembly :  Microsoft.Owin (en Microsoft.Owin.dll)

Syntaxe

'Déclaration
Sub Challenge ( _
    ParamArray authenticationTypes As String() _
)
'Utilisation
Dim instance As IAuthenticationManager 
Dim authenticationTypes As String()

instance.Challenge(authenticationTypes)
void Challenge(
    params string[] authenticationTypes
)
void Challenge(
    ... array<String^>^ authenticationTypes
)
abstract Challenge : 
        authenticationTypes:string[] -> unit
function Challenge(
    ... authenticationTypes : String[]
)

Paramètres

  • authenticationTypes
    Type : System.String[]
    Types d'authentification.

Voir aussi

Référence

IAuthenticationManager Interface

Surcharge Challenge

Espace de noms Microsoft.Owin.Security