Méthode IAuthenticationManager.Challenge (AuthenticationProperties, 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 ( _
properties As AuthenticationProperties, _
ParamArray authenticationTypes As String() _
)
'Utilisation
Dim instance As IAuthenticationManager
Dim properties As AuthenticationProperties
Dim authenticationTypes As String()
instance.Challenge(properties, authenticationTypes)
void Challenge(
AuthenticationProperties properties,
params string[] authenticationTypes
)
void Challenge(
AuthenticationProperties^ properties,
... array<String^>^ authenticationTypes
)
abstract Challenge :
properties:AuthenticationProperties *
authenticationTypes:string[] -> unit
function Challenge(
properties : AuthenticationProperties,
... authenticationTypes : String[]
)
Paramètres
- properties
Type : Microsoft.Owin.Security.AuthenticationProperties
AuthenticationProperties.
- authenticationTypes
Type : System.String[]
Types d'authentification.