CertificateChallengeContext Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Status für das Challenge-Ereignis.
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)
- Vererbung
-
CertificateChallengeContext
Konstruktoren
CertificateChallengeContext(HttpContext, AuthenticationScheme, CertificateAuthenticationOptions, AuthenticationProperties) |
Erstellt einen neuen CertificateChallengeContext. |
Eigenschaften
Handled |
Wenn true, überspringt jede Standardlogik für diese Herausforderung. |
HttpContext |
Der Kontext. (Geerbt von BaseContext<TOptions>) |
Options |
Ruft die dem Schema zugeordneten Authentifizierungsoptionen ab. (Geerbt von BaseContext<TOptions>) |
Properties |
Ruft den AuthenticationProperties ab oder legt diesen fest. (Geerbt von PropertiesContext<TOptions>) |
Request |
Die Anforderung. (Geerbt von BaseContext<TOptions>) |
Response |
Die Antwort. (Geerbt von BaseContext<TOptions>) |
Scheme |
Das Authentifizierungsschema. (Geerbt von BaseContext<TOptions>) |
Methoden
HandleResponse() |
Überspringt jede Standardlogik für diese Herausforderung. |