ServiceAuthenticationFilter.AddResponseChallenge Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Um novo Microsoft.Owin.Security.AuthenticationResponseChallenge com o desafio de resposta adicionado.
Aplica-se a
Azure SDK for .NET