Sdílet prostřednictvím


CertificateValidatedContext Třída

Definice

Kontext použitý při ověřování certifikátů

public ref class CertificateValidatedContext : Microsoft::AspNetCore::Authentication::ResultContext<Microsoft::AspNetCore::Authentication::Certificate::CertificateAuthenticationOptions ^>
public class CertificateValidatedContext : Microsoft.AspNetCore.Authentication.ResultContext<Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationOptions>
type CertificateValidatedContext = class
    inherit ResultContext<CertificateAuthenticationOptions>
Public Class CertificateValidatedContext
Inherits ResultContext(Of CertificateAuthenticationOptions)
Dědičnost

Konstruktory

CertificateValidatedContext(HttpContext, AuthenticationScheme, CertificateAuthenticationOptions)

Vytvoří novou instanci položky CertificateValidatedContext.

Vlastnosti

ClientCertificate

Certifikát, který se má ověřit.

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>)
Principal

Získá nebo nastaví ClaimsPrincipal obsahující deklarace identity uživatele.

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

Získá nebo nastaví AuthenticationProperties.

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

Žádost

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

Odpověď.

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

AuthenticateResult Získá výsledek.

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

Schéma ověřování.

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

Metody

Fail(Exception)

Označuje, že během ověřování došlo k selhání.

(Zděděno od ResultContext<TOptions>)
Fail(String)

Označuje, že během ověřování došlo k selhání.

(Zděděno od ResultContext<TOptions>)
NoResult()

Označuje, že pro toto schéma ověřování nebyly vráceny žádné informace.

(Zděděno od ResultContext<TOptions>)
Success()

Zavolá úspěšné vytvoření lístku Principal pomocí a Properties.

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

Platí pro