Controller.IAuthenticationFilter.OnAuthenticationChallenge メソッド

定義

このメソッドは、OnAuthenticationChallenge メソッドを呼び出します。

void IAuthenticationFilter.OnAuthenticationChallenge (System.Web.Mvc.Filters.AuthenticationChallengeContext filterContext);
abstract member System.Web.Mvc.Filters.IAuthenticationFilter.OnAuthenticationChallenge : System.Web.Mvc.Filters.AuthenticationChallengeContext -> unit
override this.System.Web.Mvc.Filters.IAuthenticationFilter.OnAuthenticationChallenge : System.Web.Mvc.Filters.AuthenticationChallengeContext -> unit
Sub OnAuthenticationChallenge (filterContext As AuthenticationChallengeContext) Implements IAuthenticationFilter.OnAuthenticationChallenge

パラメーター

filterContext
AuthenticationChallengeContext

フィルター コンテキスト。

実装

適用対象