RedirectContext<TOptions> クラス

定義

リダイレクト イベントに渡されるコンテキスト。

generic <typename TOptions>
 where TOptions : AuthenticationSchemeOptionspublic ref class RedirectContext : Microsoft::AspNetCore::Authentication::PropertiesContext<TOptions>
public class RedirectContext<TOptions> : Microsoft.AspNetCore.Authentication.PropertiesContext<TOptions> where TOptions : AuthenticationSchemeOptions
type RedirectContext<'Options (requires 'Options :> AuthenticationSchemeOptions)> = class
    inherit PropertiesContext<'Options (requires 'Options :> AuthenticationSchemeOptions)>
Public Class RedirectContext(Of TOptions)
Inherits PropertiesContext(Of TOptions)

型パラメーター

TOptions
継承

コンストラクター

RedirectContext<TOptions>(HttpContext, AuthenticationScheme, TOptions, AuthenticationProperties, String)

新しいコンテキスト オブジェクトを作成します。

プロパティ

HttpContext

コンテキスト。

(継承元 BaseContext<TOptions>)
Options

スキームに関連付けられている認証オプションを取得します。

(継承元 BaseContext<TOptions>)
Properties

AuthenticationProperties を取得または設定します。

(継承元 PropertiesContext<TOptions>)
RedirectUri

リダイレクト操作に使用される URI を取得または設定します。

Request

要求。

(継承元 BaseContext<TOptions>)
Response

応答。

(継承元 BaseContext<TOptions>)
Scheme

認証スキームです。

(継承元 BaseContext<TOptions>)

適用対象