AuthenticationFailedContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
建構函式
AuthenticationFailedContext(HttpContext, AuthenticationScheme, OpenIdConnectOptions) |
初始化 AuthenticationFailedContext 的新執行個體。 |
AuthenticationFailedContext(HttpContext, OpenIdConnectOptions) |
屬性
方法
CheckEventResult(AuthenticateResult) |
的內容 AuthenticationFailed(AuthenticationFailedContext) 。 (繼承來源 BaseControlContext) |
Fail(Exception) |
表示驗證失敗。 (繼承來源 RemoteAuthenticationContext<TOptions>) |
Fail(String) |
表示驗證失敗。 (繼承來源 RemoteAuthenticationContext<TOptions>) |
HandleResponse() |
中斷此要求的所有處理並返回用戶端。 呼叫端負責產生完整回應。 Ticket將 設定為觸發 SignIn。 (繼承來源 BaseControlContext) |
HandleResponse() |
中斷此要求的所有處理並返回用戶端。 呼叫端負責產生完整回應。 (繼承來源 HandleRequestContext<TOptions>) |
SkipHandler() |
停止處理目前處理常式中的要求。 (繼承來源 HandleRequestContext<TOptions>) |
SkipToNextMiddleware() |
中斷處理目前中介軟體中的要求,並將控制權移至下一個。 不會呼叫 SignIn。 (繼承來源 BaseControlContext) |
Success() |
使用 和 Properties 呼叫成功建立票證 Principal 。 (繼承來源 RemoteAuthenticationContext<TOptions>) |