AuthenticationContext クラス

定義

認証を実行するための情報を格納している認証コンテキストを表します。

public class AuthenticationContext : System.Web.Mvc.ControllerContext
type AuthenticationContext = class
    inherit ControllerContext
Public Class AuthenticationContext
Inherits ControllerContext
継承
AuthenticationContext

コンストラクター

AuthenticationContext()

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

AuthenticationContext(ControllerContext, ActionDescriptor, IPrincipal)

認証を実行するための情報を格納している認証コンテキストを表します。

プロパティ

ActionDescriptor

アクション記述子を取得または設定します。

Controller

コントローラーを取得または設定します。

(継承元 ControllerContext)
DisplayMode

表示モードを取得します。

(継承元 ControllerContext)
HttpContext

HTTP コンテキストを取得または設定します。

(継承元 ControllerContext)
IsChildAction

関連付けられたアクション メソッドが子アクションかどうかを示す値を取得します。

(継承元 ControllerContext)
ParentActionViewContext

親アクション メソッドのビュー コンテキスト情報を格納しているオブジェクトを取得します。

(継承元 ControllerContext)
Principal

現在認証されているプリンシパルを取得または設定します。

RequestContext

要求コンテキストを取得または設定します。

(継承元 ControllerContext)
Result

認証が試行されたが失敗したことを示すエラー結果を取得または設定します。

RouteData

URL ルート データを取得または設定します。

(継承元 ControllerContext)

適用対象