共用方式為


SecurityTokenReceivedContext 類別

定義

當 'AuthorizationCode' 在權杖端點上兌換權杖時,可以使用此內容來通知。

public ref class SecurityTokenReceivedContext : Microsoft::AspNetCore::Authentication::RemoteAuthenticationContext<Microsoft::AspNetCore::Authentication::WsFederation::WsFederationOptions ^>
public class SecurityTokenReceivedContext : Microsoft.AspNetCore.Authentication.RemoteAuthenticationContext<Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions>
type SecurityTokenReceivedContext = class
    inherit RemoteAuthenticationContext<WsFederationOptions>
Public Class SecurityTokenReceivedContext
Inherits RemoteAuthenticationContext(Of WsFederationOptions)
繼承

建構函式

SecurityTokenReceivedContext(HttpContext, AuthenticationScheme, WsFederationOptions, AuthenticationProperties)

建立 SecurityTokenReceivedContext

屬性

HttpContext

內容。

(繼承來源 BaseContext<TOptions>)
Options

取得與配置相關聯的驗證選項。

(繼承來源 BaseContext<TOptions>)
Principal

取得包含 ClaimsPrincipal 使用者宣告的 。

(繼承來源 RemoteAuthenticationContext<TOptions>)
Properties

取得或設定 AuthenticationProperties

(繼承來源 RemoteAuthenticationContext<TOptions>)
ProtocolMessage

WsFederationMessage在此要求上收到的 。

Request

要求。

(繼承來源 BaseContext<TOptions>)
Response

回應。

(繼承來源 BaseContext<TOptions>)
Result

HandleRequestResult處理常式所使用的 。

(繼承來源 HandleRequestContext<TOptions>)
Scheme

驗證配置。

(繼承來源 BaseContext<TOptions>)

方法

Fail(Exception)

表示驗證失敗。

(繼承來源 RemoteAuthenticationContext<TOptions>)
Fail(String)

表示驗證失敗。

(繼承來源 RemoteAuthenticationContext<TOptions>)
HandleResponse()

中斷此要求的所有處理並返回用戶端。 呼叫端負責產生完整回應。

(繼承來源 HandleRequestContext<TOptions>)
SkipHandler()

停止處理目前處理常式中的要求。

(繼承來源 HandleRequestContext<TOptions>)
Success()

使用 和 Properties 呼叫成功建立票證 Principal

(繼承來源 RemoteAuthenticationContext<TOptions>)

適用於