AuthenticationFailedContext Klasse

Definition

Das Kontextobjekt, das in für AuthenticationFailed(AuthenticationFailedContext)verwendet wird.

public ref class AuthenticationFailedContext : Microsoft::AspNetCore::Authentication::RemoteAuthenticationContext<Microsoft::AspNetCore::Authentication::WsFederation::WsFederationOptions ^>
public class AuthenticationFailedContext : Microsoft.AspNetCore.Authentication.RemoteAuthenticationContext<Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions>
type AuthenticationFailedContext = class
    inherit RemoteAuthenticationContext<WsFederationOptions>
Public Class AuthenticationFailedContext
Inherits RemoteAuthenticationContext(Of WsFederationOptions)
Vererbung

Konstruktoren

AuthenticationFailedContext(HttpContext, AuthenticationScheme, WsFederationOptions)

Erstellt ein neues Kontextobjekt.

Eigenschaften

Exception

Der Exception , der dieses Ereignis ausgelöst hat.

HttpContext

Der Kontext.

(Geerbt von BaseContext<TOptions>)
Options

Ruft die dem Schema zugeordneten Authentifizierungsoptionen ab.

(Geerbt von BaseContext<TOptions>)
Principal

Ruft die ab, die ClaimsPrincipal die Benutzeransprüche enthält.

(Geerbt von RemoteAuthenticationContext<TOptions>)
Properties

Ruft den AuthenticationProperties ab oder legt diesen fest.

(Geerbt von RemoteAuthenticationContext<TOptions>)
ProtocolMessage

Der WsFederationMessage aus der Anforderung, falls vorhanden.

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

Fail(Exception)

Gibt an, dass bei der Authentifizierung ein Fehler aufgetreten ist.

(Geerbt von RemoteAuthenticationContext<TOptions>)
Fail(String)

Gibt an, dass bei der Authentifizierung ein Fehler aufgetreten ist.

(Geerbt von RemoteAuthenticationContext<TOptions>)
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>)
Success()

Ruft die erfolgreiche Erstellung eines Tickets mit und auf PrincipalProperties.

(Geerbt von RemoteAuthenticationContext<TOptions>)

Gilt für: