UserInformationReceivedContext Klasa

Definicja

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)
Dziedziczenie
Dziedziczenie

Konstruktory

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

Inicjuje nowe wystąpienie klasy UserInformationReceivedContext.

UserInformationReceivedContext(HttpContext, OpenIdConnectOptions)

Kontekst dla elementu UserInformationReceived(UserInformationReceivedContext).

Właściwości

HandledResponse

Kontekst dla elementu UserInformationReceived(UserInformationReceivedContext).

(Odziedziczone po BaseControlContext)
HttpContext

Kontekst dla elementu UserInformationReceived(UserInformationReceivedContext).

(Odziedziczone po BaseContext)
HttpContext

Kontekst.

(Odziedziczone po BaseContext<TOptions>)
Options

Kontekst dla elementu UserInformationReceived(UserInformationReceivedContext).

(Odziedziczone po BaseOpenIdConnectContext)
Options

Pobiera opcje uwierzytelniania skojarzone ze schematem.

(Odziedziczone po BaseContext<TOptions>)
Principal

ClaimsPrincipal Pobiera zawierające oświadczenia użytkownika.

(Odziedziczone po RemoteAuthenticationContext<TOptions>)
Properties

Pobiera lub ustawia wartość AuthenticationProperties.

(Odziedziczone po RemoteAuthenticationContext<TOptions>)
ProtocolMessage

Pobiera lub ustawia wartość OpenIdConnectMessage.

ProtocolMessage

Kontekst dla elementu UserInformationReceived(UserInformationReceivedContext).

(Odziedziczone po BaseOpenIdConnectContext)
Request

Kontekst dla elementu UserInformationReceived(UserInformationReceivedContext).

(Odziedziczone po BaseContext)
Request

Żądanie.

(Odziedziczone po BaseContext<TOptions>)
Response

Kontekst dla elementu UserInformationReceived(UserInformationReceivedContext).

(Odziedziczone po BaseContext)
Response

Odpowiedź.

(Odziedziczone po BaseContext<TOptions>)
Result

Element HandleRequestResult , który jest używany przez program obsługi.

(Odziedziczone po HandleRequestContext<TOptions>)
Scheme

Schemat uwierzytelniania.

(Odziedziczone po BaseContext<TOptions>)
Skipped

Kontekst dla elementu UserInformationReceived(UserInformationReceivedContext).

(Odziedziczone po BaseControlContext)
State

Kontekst dla elementu UserInformationReceived(UserInformationReceivedContext).

(Odziedziczone po BaseControlContext)
Ticket

Pobiera lub ustawia Ticket wartość zwracaną, jeśli to zdarzenie sygnalizuje, że obsłuży zdarzenie.

(Odziedziczone po BaseControlContext)
User

Pobiera lub ustawia ładunek informacji o użytkowniku.

Metody

CheckEventResult(AuthenticateResult)

Kontekst dla elementu UserInformationReceived(UserInformationReceivedContext).

(Odziedziczone po BaseControlContext)
Fail(Exception)

Wskazuje, że uwierzytelnianie nie powiodło się.

(Odziedziczone po RemoteAuthenticationContext<TOptions>)
Fail(String)

Wskazuje, że uwierzytelnianie nie powiodło się.

(Odziedziczone po RemoteAuthenticationContext<TOptions>)
HandleResponse()

Wycofaj wszystkie operacje przetwarzania dla tego żądania i wróć do klienta. Obiekt wywołujący jest odpowiedzialny za generowanie pełnej odpowiedzi. Ustaw wartość , Ticket aby wyzwolić wartość SignIn.

(Odziedziczone po BaseControlContext)
HandleResponse()

Wycofaj wszystkie operacje przetwarzania dla tego żądania i wróć do klienta. Obiekt wywołujący jest odpowiedzialny za generowanie pełnej odpowiedzi.

(Odziedziczone po HandleRequestContext<TOptions>)
SkipHandler()

Zaprzestanie przetwarzania żądania w bieżącej procedurze obsługi.

(Odziedziczone po HandleRequestContext<TOptions>)
SkipToNextMiddleware()

Przestań przetwarzać żądanie w bieżącym programie pośredniczącym i przekazać kontrolę do następnego. Nazwa SignIn nie zostanie wywołana.

(Odziedziczone po BaseControlContext)
Success()

Wywołuje powodzenie tworzenia biletu za pomocą poleceń Principal i Properties.

(Odziedziczone po RemoteAuthenticationContext<TOptions>)

Dotyczy