UserInformationReceivedContext Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contexte pour UserInformationReceived(UserInformationReceivedContext).
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)
- Héritage
- Héritage
-
UserInformationReceivedContext
Constructeurs
Propriétés
Méthodes
CheckEventResult(AuthenticateResult) |
Contexte pour UserInformationReceived(UserInformationReceivedContext). (Hérité de BaseControlContext) |
Fail(Exception) |
Indique que l’authentification a échoué. (Hérité de RemoteAuthenticationContext<TOptions>) |
Fail(String) |
Indique que l’authentification a échoué. (Hérité de RemoteAuthenticationContext<TOptions>) |
HandleResponse() |
Interrompez tout le traitement pour cette demande et revenez au client. L'appelant est responsable de la génération de la réponse complète. Définissez le Ticket pour déclencher SignIn. (Hérité de BaseControlContext) |
HandleResponse() |
Interrompez tout le traitement pour cette demande et revenez au client. L'appelant est responsable de la génération de la réponse complète. (Hérité de HandleRequestContext<TOptions>) |
SkipHandler() |
Arrêtez le traitement de la requête dans le gestionnaire actuel. (Hérité de HandleRequestContext<TOptions>) |
SkipToNextMiddleware() |
Interrompez le traitement de la demande dans l'intergiciel (middleware) actuel et passez le contrôle au suivant. SignIn ne sera pas appelé. (Hérité de BaseControlContext) |
Success() |
Appelle avec succès la création d’un ticket avec et PrincipalProperties. (Hérité de RemoteAuthenticationContext<TOptions>) |