Condividi tramite


Controller.OnAuthenticationChallenge(AuthenticationChallengeContext) Metodo

Definizione

Chiamato quando si verifica la richiesta di un'autorizzazione.

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)

Parametri

filterContext
AuthenticationChallengeContext

Informazioni sulla richiesta e sull'azione correnti.

Implementazioni

Si applica a