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