ServiceAuthenticationFilter.AddResponseChallenge 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.
Ajoute le défi de réponse fourni par l’intergiciel OWIN identifié par le donné AuthenticationType. Cela est appelé dans le cadre de la création d’un défi d’authentification pour une demande donnée.
protected virtual Microsoft.Owin.Security.AuthenticationResponseChallenge AddResponseChallenge (Microsoft.Owin.Security.AuthenticationResponseChallenge challenge);
abstract member AddResponseChallenge : Microsoft.Owin.Security.AuthenticationResponseChallenge -> Microsoft.Owin.Security.AuthenticationResponseChallenge
override this.AddResponseChallenge : Microsoft.Owin.Security.AuthenticationResponseChallenge -> Microsoft.Owin.Security.AuthenticationResponseChallenge
Protected Overridable Function AddResponseChallenge (challenge As AuthenticationResponseChallenge) As AuthenticationResponseChallenge
Paramètres
- challenge
- Microsoft.Owin.Security.AuthenticationResponseChallenge
Actuel Microsoft.Owin.Security.AuthenticationResponseChallenge auquel le défi de réponse est ajouté.
Retours
Nouveau Microsoft.Owin.Security.AuthenticationResponseChallenge avec le défi de réponse ajouté.
S’applique à
Azure SDK for .NET