Compartir a través de


UserInformationReceivedContext Clase

Definición

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

Constructores

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

Inicializa una nueva instancia de la clase UserInformationReceivedContext.

UserInformationReceivedContext(HttpContext, OpenIdConnectOptions)

Contexto de UserInformationReceived(UserInformationReceivedContext).

Propiedades

HandledResponse

Contexto de UserInformationReceived(UserInformationReceivedContext).

(Heredado de BaseControlContext)
HttpContext

Contexto de UserInformationReceived(UserInformationReceivedContext).

(Heredado de BaseContext)
HttpContext

Contexto.

(Heredado de BaseContext<TOptions>)
Options

Contexto de UserInformationReceived(UserInformationReceivedContext).

(Heredado de BaseOpenIdConnectContext)
Options

Obtiene las opciones de autenticación asociadas al esquema.

(Heredado de BaseContext<TOptions>)
Principal

Obtiene el ClaimsPrincipal objeto que contiene las notificaciones del usuario.

(Heredado de RemoteAuthenticationContext<TOptions>)
Properties

Obtiene o establece el AuthenticationProperties.

(Heredado de RemoteAuthenticationContext<TOptions>)
ProtocolMessage

Obtiene o establece el OpenIdConnectMessage.

ProtocolMessage

Contexto de UserInformationReceived(UserInformationReceivedContext).

(Heredado de BaseOpenIdConnectContext)
Request

Contexto de UserInformationReceived(UserInformationReceivedContext).

(Heredado de BaseContext)
Request

La solicitud.

(Heredado de BaseContext<TOptions>)
Response

Contexto de UserInformationReceived(UserInformationReceivedContext).

(Heredado de BaseContext)
Response

Respuesta.

(Heredado de BaseContext<TOptions>)
Result

que HandleRequestResult usa el controlador.

(Heredado de HandleRequestContext<TOptions>)
Scheme

Esquema de autenticación.

(Heredado de BaseContext<TOptions>)
Skipped

Contexto de UserInformationReceived(UserInformationReceivedContext).

(Heredado de BaseControlContext)
State

Contexto de UserInformationReceived(UserInformationReceivedContext).

(Heredado de BaseControlContext)
Ticket

Obtiene o establece el objeto Ticket que se va a devolver si este evento indica que controló el evento.

(Heredado de BaseControlContext)
User

Obtiene o establece la carga de información del usuario.

Métodos

CheckEventResult(AuthenticateResult)

Contexto de UserInformationReceived(UserInformationReceivedContext).

(Heredado de BaseControlContext)
Fail(Exception)

Indica que se produjo un error en la autenticación.

(Heredado de RemoteAuthenticationContext<TOptions>)
Fail(String)

Indica que se produjo un error en la autenticación.

(Heredado de RemoteAuthenticationContext<TOptions>)
HandleResponse()

Interrumpe todo el procesamiento para esta solicitud y vuelve al cliente. El llamador es el responsable de generar la respuesta completa. Establezca para Ticket desencadenar SignIn.

(Heredado de BaseControlContext)
HandleResponse()

Interrumpe todo el procesamiento para esta solicitud y vuelve al cliente. El llamador es el responsable de generar la respuesta completa.

(Heredado de HandleRequestContext<TOptions>)
SkipHandler()

Deje de procesar la solicitud en el controlador actual.

(Heredado de HandleRequestContext<TOptions>)
SkipToNextMiddleware()

Interrumpe el procesamiento de la solicitud en el middleware actual y pasa el control al siguiente elemento. No se llamará a SignIn.

(Heredado de BaseControlContext)
Success()

Llama a success creating a ticket with the Principal y Properties.

(Heredado de RemoteAuthenticationContext<TOptions>)

Se aplica a