Freigeben über


UserInformationReceivedContext Klasse

Definition

public ref class UserInformationReceivedContext : Microsoft::AspNetCore::Authentication::OpenIdConnect::BaseOpenIdConnectContext
public ref class UserInformationReceivedContext : Microsoft::AspNetCore::Authentication::RemoteAuthenticationContext<Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectOptions ^>
public class UserInformationReceivedContext : Microsoft.AspNetCore.Authentication.OpenIdConnect.BaseOpenIdConnectContext
public class UserInformationReceivedContext : Microsoft.AspNetCore.Authentication.RemoteAuthenticationContext<Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions>
type UserInformationReceivedContext = class
    inherit BaseOpenIdConnectContext
type UserInformationReceivedContext = class
    inherit RemoteAuthenticationContext<OpenIdConnectOptions>
Public Class UserInformationReceivedContext
Inherits BaseOpenIdConnectContext
Public Class UserInformationReceivedContext
Inherits RemoteAuthenticationContext(Of OpenIdConnectOptions)
Vererbung
Vererbung

Konstruktoren

UserInformationReceivedContext(HttpContext, AuthenticationScheme, OpenIdConnectOptions, ClaimsPrincipal, AuthenticationProperties)

Initialisiert eine neue Instanz von UserInformationReceivedContext.

UserInformationReceivedContext(HttpContext, OpenIdConnectOptions)

Ein Kontext für UserInformationReceived(UserInformationReceivedContext).

Eigenschaften

HandledResponse

Ein Kontext für UserInformationReceived(UserInformationReceivedContext).

(Geerbt von BaseControlContext)
HttpContext

Ein Kontext für UserInformationReceived(UserInformationReceivedContext).

(Geerbt von BaseContext)
HttpContext

Der Kontext.

(Geerbt von BaseContext<TOptions>)
Options

Ein Kontext für UserInformationReceived(UserInformationReceivedContext).

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

Ruft den OpenIdConnectMessage ab oder legt diesen fest.

ProtocolMessage

Ein Kontext für UserInformationReceived(UserInformationReceivedContext).

(Geerbt von BaseOpenIdConnectContext)
Request

Ein Kontext für UserInformationReceived(UserInformationReceivedContext).

(Geerbt von BaseContext)
Request

Die Anforderung.

(Geerbt von BaseContext<TOptions>)
Response

Ein Kontext für UserInformationReceived(UserInformationReceivedContext).

(Geerbt von BaseContext)
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>)
Skipped

Ein Kontext für UserInformationReceived(UserInformationReceivedContext).

(Geerbt von BaseControlContext)
State

Ein Kontext für UserInformationReceived(UserInformationReceivedContext).

(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)
User

Ruft die Nutzdaten der Benutzerinformationen ab oder legt sie fest.

Methoden

CheckEventResult(AuthenticateResult)

Ein Kontext für UserInformationReceived(UserInformationReceivedContext).

(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: