Partager via


ServiceAuthenticationFilter.AddResponseChallenge Méthode

Définition

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

Microsoft.Owin.Security.AuthenticationResponseChallenge

Nouveau Microsoft.Owin.Security.AuthenticationResponseChallenge avec le défi de réponse ajouté.

S’applique à