CertificateValidatedContext 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é lors de la validation des certificats.
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)
- Héritage
-
CertificateValidatedContext
Constructeurs
CertificateValidatedContext(HttpContext, AuthenticationScheme, CertificateAuthenticationOptions) |
Crée une instance de CertificateValidatedContext. |
Propriétés
ClientCertificate |
Certificat à valider. |
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>) |