Compartilhar via


Controller.OnAuthenticationChallenge(AuthenticationChallengeContext) Método

Definição

Chamado quando o desafio da autorização ocorre.

protected virtual void OnAuthenticationChallenge (System.Web.Mvc.Filters.AuthenticationChallengeContext filterContext);
abstract member OnAuthenticationChallenge : System.Web.Mvc.Filters.AuthenticationChallengeContext -> unit
override this.OnAuthenticationChallenge : System.Web.Mvc.Filters.AuthenticationChallengeContext -> unit
Protected Overridable Sub OnAuthenticationChallenge (filterContext As AuthenticationChallengeContext)

Parâmetros

filterContext
AuthenticationChallengeContext

Informações sobre a solicitação e a ação atuais.

Implementações

Aplica-se a