CertificateChallengeContext クラス

定義

チャレンジ イベントの状態。

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(HttpContext, AuthenticationScheme, CertificateAuthenticationOptions, AuthenticationProperties)

新しい CertificateChallengeContext を作成します。

プロパティ

Handled

true の場合、このチャレンジの既定のロジックはスキップされます。

HttpContext

コンテキスト。

(継承元 BaseContext<TOptions>)
Options

スキームに関連付けられている認証オプションを取得します。

(継承元 BaseContext<TOptions>)
Properties

AuthenticationProperties を取得または設定します。

(継承元 PropertiesContext<TOptions>)
Request

要求。

(継承元 BaseContext<TOptions>)
Response

応答。

(継承元 BaseContext<TOptions>)
Scheme

認証スキームです。

(継承元 BaseContext<TOptions>)

メソッド

HandleResponse()

このチャレンジの既定のロジックをスキップします。

適用対象