Compartir a través de


Controller.OnAuthenticationChallenge(AuthenticationChallengeContext) Método

Definición

Se llama cuando se produce el desafío de autorización.

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

Información sobre la solicitud y la acción actuales.

Implementaciones

Se aplica a