CertificateAuthenticationFailedContext Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contexte utilisé en cas de défaillance.
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)
- Héritage
-
CertificateAuthenticationFailedContext
Constructeurs
CertificateAuthenticationFailedContext(HttpContext, AuthenticationScheme, CertificateAuthenticationOptions) |
Constructeur. |
Propriétés
Exception |
Exception. |
HttpContext |
Contexte. (Hérité de BaseContext<TOptions>) |
Options |
Obtient les options d’authentification associées au schéma. (Hérité de BaseContext<TOptions>) |
Principal |
Obtient ou définit le ClaimsPrincipal contenant les revendications utilisateur. (Hérité de ResultContext<TOptions>) |
Properties |
Obtient ou définit AuthenticationProperties. (Hérité de ResultContext<TOptions>) |
Request |
Demande. (Hérité de BaseContext<TOptions>) |
Response |
La réponse. (Hérité de BaseContext<TOptions>) |
Result |
Obtient le AuthenticateResult résultat. (Hérité de ResultContext<TOptions>) |
Scheme |
Schéma d'authentification. (Hérité de BaseContext<TOptions>) |
Méthodes
Fail(Exception) |
Indique qu’il y a eu un échec lors de l’authentification. (Hérité de ResultContext<TOptions>) |
Fail(String) |
Indique qu’il y a eu un échec lors de l’authentification. (Hérité de ResultContext<TOptions>) |
NoResult() |
Indique qu’aucune information n’a été retournée pour ce schéma d’authentification. (Hérité de ResultContext<TOptions>) |
Success() |
Appelle avec succès la création d’un ticket avec et PrincipalProperties. (Hérité de ResultContext<TOptions>) |