Sdílet prostřednictvím


CertificateChallengeContext Třída

Definice

Stav události 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)
Dědičnost

Konstruktory

CertificateChallengeContext(HttpContext, AuthenticationScheme, CertificateAuthenticationOptions, AuthenticationProperties)

Vytvoří nový objekt CertificateChallengeContext.

Vlastnosti

Handled

Pokud je true, přeskočí pro tento úkol jakoukoli výchozí logiku.

HttpContext

Kontext

(Zděděno od BaseContext<TOptions>)
Options

Získá možnosti ověřování přidružené k schématu.

(Zděděno od BaseContext<TOptions>)
Properties

Získá nebo nastaví AuthenticationProperties.

(Zděděno od PropertiesContext<TOptions>)
Request

Žádost

(Zděděno od BaseContext<TOptions>)
Response

Odpověď.

(Zděděno od BaseContext<TOptions>)
Scheme

Schéma ověřování.

(Zděděno od BaseContext<TOptions>)

Metody

HandleResponse()

Přeskočí jakoukoli výchozí logiku pro tento úkol.

Platí pro