Sdílet prostřednictvím


CertificateAuthenticationFailedContext Třída

Definice

Kontext použitý v případě, že dojde k selhání.

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

Konstruktory

CertificateAuthenticationFailedContext(HttpContext, AuthenticationScheme, CertificateAuthenticationOptions)

Konstruktor

Vlastnosti

Exception

Výjimka

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 chybě.

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

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

(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