CertificateChallengeContext Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Stato per l'evento 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)
- Ereditarietà
-
CertificateChallengeContext
Costruttori
CertificateChallengeContext(HttpContext, AuthenticationScheme, CertificateAuthenticationOptions, AuthenticationProperties) |
Crea un nuovo oggetto CertificateChallengeContext. |
Proprietà
Handled |
Se true, ignorerà qualsiasi logica predefinita per questa sfida. |
HttpContext |
Contesto. (Ereditato da BaseContext<TOptions>) |
Options |
Ottiene le opzioni di autenticazione associate allo schema. (Ereditato da BaseContext<TOptions>) |
Properties |
Ottiene o imposta AuthenticationProperties. (Ereditato da PropertiesContext<TOptions>) |
Request |
Richiesta. (Ereditato da BaseContext<TOptions>) |
Response |
Risposta. (Ereditato da BaseContext<TOptions>) |
Scheme |
Schema di autenticazione. (Ereditato da BaseContext<TOptions>) |
Metodi
HandleResponse() |
Ignora qualsiasi logica predefinita per questa sfida. |