AuthenticationChallengeContext コンストラクター

定義

オーバーロード

AuthenticationChallengeContext()

AuthenticationChallengeContext クラスの新しいインスタンスを初期化します。

AuthenticationChallengeContext(ControllerContext, ActionDescriptor, ActionResult)

AuthenticationChallengeContext クラスの新しいインスタンスを初期化します。

AuthenticationChallengeContext()

AuthenticationChallengeContext クラスの新しいインスタンスを初期化します。

public AuthenticationChallengeContext ();
Public Sub New ()

適用対象

AuthenticationChallengeContext(ControllerContext, ActionDescriptor, ActionResult)

AuthenticationChallengeContext クラスの新しいインスタンスを初期化します。

public AuthenticationChallengeContext (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, System.Web.Mvc.ActionResult result);
new System.Web.Mvc.Filters.AuthenticationChallengeContext : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor * System.Web.Mvc.ActionResult -> System.Web.Mvc.Filters.AuthenticationChallengeContext
Public Sub New (controllerContext As ControllerContext, actionDescriptor As ActionDescriptor, result As ActionResult)

パラメーター

controllerContext
ControllerContext

コントローラー コンテキスト。

actionDescriptor
ActionDescriptor

チャレンジに関連付けられたアクション メソッド。

result
ActionResult

チャレンジ応答。

適用対象