次の方法で共有


IAuthenticationFilter.OnAuthenticationChallenge メソッド

定義

現在 ActionResultの に認証チャレンジを追加します。

public void OnAuthenticationChallenge (System.Web.Mvc.Filters.AuthenticationChallengeContext filterContext);
abstract member OnAuthenticationChallenge : System.Web.Mvc.Filters.AuthenticationChallengeContext -> unit
Public Sub OnAuthenticationChallenge (filterContext As AuthenticationChallengeContext)

パラメーター

filterContext
AuthenticationChallengeContext

認証チャレンジに使用するコンテキスト。

適用対象