CertificateChallengeContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Challenge 事件的狀態。
public ref class CertificateChallengeContext : Microsoft::AspNetCore::Authentication::PropertiesContext<Microsoft::AspNetCore::Authentication::Certificate::CertificateAuthenticationOptions ^>
public class CertificateChallengeContext : Microsoft.AspNetCore.Authentication.PropertiesContext<Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationOptions>
type CertificateChallengeContext = class
inherit PropertiesContext<CertificateAuthenticationOptions>
Public Class CertificateChallengeContext
Inherits PropertiesContext(Of CertificateAuthenticationOptions)
- 繼承
-
CertificateChallengeContext
建構函式
| CertificateChallengeContext(HttpContext, AuthenticationScheme, CertificateAuthenticationOptions, AuthenticationProperties) |
屬性
| Handled |
如果為 true,將會略過此挑戰的任何預設邏輯。 |
| HttpContext |
內容。 (繼承來源 BaseContext<TOptions>) |
| Options |
取得與配置相關聯的驗證選項。 (繼承來源 BaseContext<TOptions>) |
| Properties |
取得或設定 AuthenticationProperties。 (繼承來源 PropertiesContext<TOptions>) |
| Request |
要求。 (繼承來源 BaseContext<TOptions>) |
| Response |
回應。 (繼承來源 BaseContext<TOptions>) |
| Scheme |
驗證配置。 (繼承來源 BaseContext<TOptions>) |
方法
| HandleResponse() |
略過此挑戰的任何預設邏輯。 |