Compartilhar via


IAuthenticationFilter.OnAuthenticationChallenge Método

Definição

Adiciona um desafio de autenticação ao atual ActionResult.

public void OnAuthenticationChallenge (System.Web.Mvc.Filters.AuthenticationChallengeContext filterContext);
abstract member OnAuthenticationChallenge : System.Web.Mvc.Filters.AuthenticationChallengeContext -> unit
Public Sub OnAuthenticationChallenge (filterContext As AuthenticationChallengeContext)

Parâmetros

filterContext
AuthenticationChallengeContext

O contexto a ser usado para o desafio de autenticação.

Aplica-se a