TicketReceivedContext Klasse

Definition

Stellt Kontextinformationen für Handleranbieter bereit.

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

Konstruktoren

TicketReceivedContext(HttpContext, AuthenticationScheme, RemoteAuthenticationOptions, AuthenticationTicket)

Initialisiert eine neue Instanz von TicketReceivedContext.

TicketReceivedContext(HttpContext, RemoteAuthenticationOptions, AuthenticationTicket)

Stellt Kontextinformationen für Handleranbieter bereit.

Eigenschaften

HandledResponse

Stellt Kontextinformationen für Handleranbieter bereit.

(Geerbt von BaseControlContext)
HttpContext

Stellt Kontextinformationen für Handleranbieter bereit.

(Geerbt von BaseContext)
HttpContext

Der Kontext.

(Geerbt von BaseContext<TOptions>)
Options

Stellt Kontextinformationen für Handleranbieter bereit.

Options

Ruft die dem Schema zugeordneten Authentifizierungsoptionen ab.

(Geerbt von BaseContext<TOptions>)
Principal

Stellt Kontextinformationen für Handleranbieter bereit.

Principal

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

(Geerbt von RemoteAuthenticationContext<TOptions>)
Properties

Stellt Kontextinformationen für Handleranbieter bereit.

Properties

Ruft den AuthenticationProperties ab oder legt diesen fest.

(Geerbt von RemoteAuthenticationContext<TOptions>)
Request

Stellt Kontextinformationen für Handleranbieter bereit.

(Geerbt von BaseContext)
Request

Die Anforderung.

(Geerbt von BaseContext<TOptions>)
Response

Stellt Kontextinformationen für Handleranbieter bereit.

(Geerbt von BaseContext)
Response

Die Antwort.

(Geerbt von BaseContext<TOptions>)
Result

Die HandleRequestResult , die vom Handler verwendet wird.

(Geerbt von HandleRequestContext<TOptions>)
ReturnUri

Ruft die URL ab, an die nach der Anmeldung umgeleitet werden soll, oder legt sie fest.

Scheme

Das Authentifizierungsschema.

(Geerbt von BaseContext<TOptions>)
Skipped

Stellt Kontextinformationen für Handleranbieter bereit.

(Geerbt von BaseControlContext)
State

Stellt Kontextinformationen für Handleranbieter bereit.

(Geerbt von BaseControlContext)
Ticket

Ruft den Ticket ab, der zurückgegeben werden soll, wenn dieses Ereignis signalisiert, dass es das Ereignis behandelt hat.

(Geerbt von BaseControlContext)

Methoden

CheckEventResult(AuthenticateResult)

Stellt Kontextinformationen für Handleranbieter bereit.

(Geerbt von BaseControlContext)
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. Legen Sie fest, dass die Ticket Anmeldung ausgelöst wird.

(Geerbt von BaseControlContext)
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>)
SkipToNextMiddleware()

Stellt die Verarbeitung der Anforderung in der aktuellen Middleware ein und übergibt die Steuerung an die nächste Middleware. SignIn wird nicht aufgerufen.

(Geerbt von BaseControlContext)
Success()

Ruft die erfolgreiche Erstellung eines Tickets mit und auf PrincipalProperties.

(Geerbt von RemoteAuthenticationContext<TOptions>)

Gilt für: