RemoteFailureContext Klasse

Definition

Stellt Fehlerkontextinformationen für Handleranbieter bereit.

public ref class RemoteFailureContext : Microsoft::AspNetCore::Authentication::HandleRequestContext<Microsoft::AspNetCore::Authentication::RemoteAuthenticationOptions ^>
public class RemoteFailureContext : Microsoft.AspNetCore.Authentication.HandleRequestContext<Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions>
type RemoteFailureContext = class
    inherit HandleRequestContext<RemoteAuthenticationOptions>
Public Class RemoteFailureContext
Inherits HandleRequestContext(Of RemoteAuthenticationOptions)
Vererbung

Konstruktoren

RemoteFailureContext(HttpContext, AuthenticationScheme, RemoteAuthenticationOptions, Exception)

Initialisiert eine neue Instanz von RemoteFailureContext.

Eigenschaften

Failure

Benutzerfreundliche Fehlermeldung für den Fehler.

HttpContext

Der Kontext.

(Geerbt von BaseContext<TOptions>)
Options

Ruft die dem Schema zugeordneten Authentifizierungsoptionen ab.

(Geerbt von BaseContext<TOptions>)
Properties

Zusätzliche Statusswerte für die Authentifizierungssitzung.

Request

Die Anforderung.

(Geerbt von BaseContext<TOptions>)
Response

Die Antwort.

(Geerbt von BaseContext<TOptions>)
Result

Die HandleRequestResult , die vom Handler verwendet wird.

(Geerbt von HandleRequestContext<TOptions>)
Scheme

Das Authentifizierungsschema.

(Geerbt von BaseContext<TOptions>)

Methoden

HandleResponse()

Stellt jegliche Verarbeitung für diese Anforderung ein und kehrt zum Client zurück. Der Aufrufer ist dafür verantwortlich, die vollständige Antwort zu generieren.

(Geerbt von HandleRequestContext<TOptions>)
SkipHandler()

Beenden Sie die Verarbeitung der Anforderung im aktuellen Handler.

(Geerbt von HandleRequestContext<TOptions>)

Gilt für: