TicketReceivedContext クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ハンドラー プロバイダーにコンテキスト情報を提供します。
public ref class TicketReceivedContext : Microsoft::AspNetCore::Authentication::BaseControlContext
public ref class TicketReceivedContext : Microsoft::AspNetCore::Authentication::RemoteAuthenticationContext<Microsoft::AspNetCore::Authentication::RemoteAuthenticationOptions ^>
public class TicketReceivedContext : Microsoft.AspNetCore.Authentication.BaseControlContext
public class TicketReceivedContext : Microsoft.AspNetCore.Authentication.RemoteAuthenticationContext<Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions>
type TicketReceivedContext = class
inherit BaseControlContext
type TicketReceivedContext = class
inherit RemoteAuthenticationContext<RemoteAuthenticationOptions>
Public Class TicketReceivedContext
Inherits BaseControlContext
Public Class TicketReceivedContext
Inherits RemoteAuthenticationContext(Of RemoteAuthenticationOptions)
- 継承
- 継承
コンストラクター
プロパティ
HandledResponse |
ハンドラー プロバイダーにコンテキスト情報を提供します。 (継承元 BaseControlContext) |
HttpContext |
ハンドラー プロバイダーにコンテキスト情報を提供します。 (継承元 BaseContext) |
HttpContext |
コンテキスト。 (継承元 BaseContext<TOptions>) |
Options |
ハンドラー プロバイダーにコンテキスト情報を提供します。 |
Options |
スキームに関連付けられている認証オプションを取得します。 (継承元 BaseContext<TOptions>) |
Principal |
ハンドラー プロバイダーにコンテキスト情報を提供します。 |
Principal |
ユーザー要求を ClaimsPrincipal 含む を取得します。 (継承元 RemoteAuthenticationContext<TOptions>) |
Properties |
ハンドラー プロバイダーにコンテキスト情報を提供します。 |
Properties |
AuthenticationProperties を取得または設定します。 (継承元 RemoteAuthenticationContext<TOptions>) |
Request |
ハンドラー プロバイダーにコンテキスト情報を提供します。 (継承元 BaseContext) |
Request |
要求。 (継承元 BaseContext<TOptions>) |
Response |
ハンドラー プロバイダーにコンテキスト情報を提供します。 (継承元 BaseContext) |
Response |
応答。 (継承元 BaseContext<TOptions>) |
Result |
HandleRequestResultハンドラーによって使用される 。 (継承元 HandleRequestContext<TOptions>) |
ReturnUri |
サインイン後にリダイレクトする URL を取得または設定します。 |
Scheme |
認証スキームです。 (継承元 BaseContext<TOptions>) |
Skipped |
ハンドラー プロバイダーにコンテキスト情報を提供します。 (継承元 BaseControlContext) |
State |
ハンドラー プロバイダーにコンテキスト情報を提供します。 (継承元 BaseControlContext) |
Ticket |
このイベントがイベントを Ticket 処理することを通知する場合に返す を取得または設定します。 (継承元 BaseControlContext) |
メソッド
CheckEventResult(AuthenticateResult) |
ハンドラー プロバイダーにコンテキスト情報を提供します。 (継承元 BaseControlContext) |
Fail(Exception) |
認証に失敗したことを示します。 (継承元 RemoteAuthenticationContext<TOptions>) |
Fail(String) |
認証に失敗したことを示します。 (継承元 RemoteAuthenticationContext<TOptions>) |
HandleResponse() |
この要求のすべての処理を中止し、クライアントに返します。 完全な応答を生成する作業は、呼び出し元で行う必要があります。 SignIn をトリガーする を Ticket 設定します。 (継承元 BaseControlContext) |
HandleResponse() |
この要求のすべての処理を中止し、クライアントに返します。 完全な応答を生成する作業は、呼び出し元で行う必要があります。 (継承元 HandleRequestContext<TOptions>) |
SkipHandler() |
現在のハンドラーでの要求の処理を中止します。 (継承元 HandleRequestContext<TOptions>) |
SkipToNextMiddleware() |
現在のミドルウェアでの要求の処理を中止し、次のミドルウェアに制御を渡します。 SignIn は呼び出されません。 (継承元 BaseControlContext) |
Success() |
と Propertiesを使用してチケットを作成する成功をPrincipal呼び出します。 (継承元 RemoteAuthenticationContext<TOptions>) |