Controller.OnAuthenticationChallenge(AuthenticationChallengeContext) メソッド

定義

承認チャレンジが発生したときに呼び出されます。

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)

パラメーター

filterContext
AuthenticationChallengeContext

現在の要求およびアクションに関する情報。

実装

適用対象