AuthenticationFailedContext クラス

定義

public ref class AuthenticationFailedContext : Microsoft::AspNetCore::Authentication::OpenIdConnect::BaseOpenIdConnectContext
public ref class AuthenticationFailedContext : Microsoft::AspNetCore::Authentication::RemoteAuthenticationContext<Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectOptions ^>
public class AuthenticationFailedContext : Microsoft.AspNetCore.Authentication.OpenIdConnect.BaseOpenIdConnectContext
public class AuthenticationFailedContext : Microsoft.AspNetCore.Authentication.RemoteAuthenticationContext<Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions>
type AuthenticationFailedContext = class
    inherit BaseOpenIdConnectContext
type AuthenticationFailedContext = class
    inherit RemoteAuthenticationContext<OpenIdConnectOptions>
Public Class AuthenticationFailedContext
Inherits BaseOpenIdConnectContext
Public Class AuthenticationFailedContext
Inherits RemoteAuthenticationContext(Of OpenIdConnectOptions)
継承
継承

コンストラクター

AuthenticationFailedContext(HttpContext, AuthenticationScheme, OpenIdConnectOptions)

AuthenticationFailedContext の新しいインスタンスを初期化します。

AuthenticationFailedContext(HttpContext, OpenIdConnectOptions)

AuthenticationFailed(AuthenticationFailedContext)コンテキスト。

プロパティ

Exception

エラーに関連付けられている例外を取得または設定します。

HandledResponse

AuthenticationFailed(AuthenticationFailedContext)コンテキスト。

(継承元 BaseControlContext)
HttpContext

AuthenticationFailed(AuthenticationFailedContext)コンテキスト。

(継承元 BaseContext)
HttpContext

コンテキスト。

(継承元 BaseContext<TOptions>)
Options

AuthenticationFailed(AuthenticationFailedContext)コンテキスト。

(継承元 BaseOpenIdConnectContext)
Options

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

(継承元 BaseContext<TOptions>)
Principal

ユーザー要求を ClaimsPrincipal 含む を取得します。

(継承元 RemoteAuthenticationContext<TOptions>)
Properties

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

(継承元 RemoteAuthenticationContext<TOptions>)
ProtocolMessage

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

ProtocolMessage

AuthenticationFailed(AuthenticationFailedContext)コンテキスト。

(継承元 BaseOpenIdConnectContext)
Request

AuthenticationFailed(AuthenticationFailedContext)コンテキスト。

(継承元 BaseContext)
Request

要求。

(継承元 BaseContext<TOptions>)
Response

AuthenticationFailed(AuthenticationFailedContext)コンテキスト。

(継承元 BaseContext)
Response

応答。

(継承元 BaseContext<TOptions>)
Result

HandleRequestResultハンドラーによって使用される 。

(継承元 HandleRequestContext<TOptions>)
Scheme

認証スキームです。

(継承元 BaseContext<TOptions>)
Skipped

AuthenticationFailed(AuthenticationFailedContext)コンテキスト。

(継承元 BaseControlContext)
State

AuthenticationFailed(AuthenticationFailedContext)コンテキスト。

(継承元 BaseControlContext)
Ticket

このイベントがイベントを処理した場合に返す を Ticket 取得または設定します。

(継承元 BaseControlContext)

メソッド

CheckEventResult(AuthenticateResult)

AuthenticationFailed(AuthenticationFailedContext)コンテキスト。

(継承元 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>)

適用対象