CertificateChallengeContext 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.
État de l’événement 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)
- Héritage
-
CertificateChallengeContext
Constructeurs
CertificateChallengeContext(HttpContext, AuthenticationScheme, CertificateAuthenticationOptions, AuthenticationProperties) |
Crée un CertificateChallengeContext. |
Propriétés
Handled |
Si la valeur est true, ignore toute logique par défaut pour ce défi. |
HttpContext |
Contexte. (Hérité de BaseContext<TOptions>) |
Options |
Obtient les options d’authentification associées au schéma. (Hérité de BaseContext<TOptions>) |
Properties |
Obtient ou définit AuthenticationProperties. (Hérité de PropertiesContext<TOptions>) |
Request |
Demande. (Hérité de BaseContext<TOptions>) |
Response |
La réponse. (Hérité de BaseContext<TOptions>) |
Scheme |
Schéma d'authentification. (Hérité de BaseContext<TOptions>) |
Méthodes
HandleResponse() |
Ignore toute logique par défaut pour ce défi. |