Compartilhar via


ServiceAuthenticationFilter.AddResponseChallenge Método

Definição

Adiciona o desafio de resposta fornecido pelo middleware OWIN identificado pelo determinado AuthenticationType. Isso é chamado como parte da criação de um desafio de autenticação para uma determinada solicitação.

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

Parâmetros

challenge
Microsoft.Owin.Security.AuthenticationResponseChallenge

O atual Microsoft.Owin.Security.AuthenticationResponseChallenge ao qual o desafio de resposta é adicionado.

Retornos

Microsoft.Owin.Security.AuthenticationResponseChallenge

Um novo Microsoft.Owin.Security.AuthenticationResponseChallenge com o desafio de resposta adicionado.

Aplica-se a