共用方式為


ChallengeContext 類別

定義

Challenge 事件的狀態。

public ref class ChallengeContext : Microsoft::AspNetCore::Authentication::PropertiesContext<Microsoft::AspNetCore::Authentication::Negotiate::NegotiateOptions ^>
public class ChallengeContext : Microsoft.AspNetCore.Authentication.PropertiesContext<Microsoft.AspNetCore.Authentication.Negotiate.NegotiateOptions>
type ChallengeContext = class
    inherit PropertiesContext<NegotiateOptions>
Public Class ChallengeContext
Inherits PropertiesContext(Of NegotiateOptions)
繼承

建構函式

ChallengeContext(HttpContext, AuthenticationScheme, NegotiateOptions, AuthenticationProperties)

建立新的 ChallengeContext

屬性

Handled

取得值,這個值會判斷是否已處理這個挑戰。 如果 true 為 ,將會略過這項挑戰的任何預設邏輯。

HttpContext

內容。

(繼承來源 BaseContext<TOptions>)
Options

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

(繼承來源 BaseContext<TOptions>)
Properties

取得或設定 AuthenticationProperties

(繼承來源 PropertiesContext<TOptions>)
Request

要求。

(繼承來源 BaseContext<TOptions>)
Response

回應。

(繼承來源 BaseContext<TOptions>)
Scheme

驗證配置。

(繼承來源 BaseContext<TOptions>)

方法

HandleResponse()

略過這項挑戰的任何預設邏輯。

適用於