Controller.OnAuthenticationChallenge(AuthenticationChallengeContext) Méthode

Définition

Méthode appelée lors de la demande d'autorisation.

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)

Paramètres

filterContext
AuthenticationChallengeContext

Informations sur les requête et action actuelles.

Implémente

S’applique à