Controller.OnAuthenticationChallenge(AuthenticationChallengeContext) Metoda

Definice

Volá se, když dojde k autorizační výzvě.

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)

Parametry

filterContext
AuthenticationChallengeContext

Informace o aktuálním požadavku a akci

Implementuje

Platí pro