AuthenticationFailedContext 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.
lorsque ResultContext<TOptions> l’authentification a échoué.
public ref class AuthenticationFailedContext : Microsoft::AspNetCore::Authentication::JwtBearer::BaseJwtBearerContext
public ref class AuthenticationFailedContext : Microsoft::AspNetCore::Authentication::ResultContext<Microsoft::AspNetCore::Authentication::JwtBearer::JwtBearerOptions ^>
public class AuthenticationFailedContext : Microsoft.AspNetCore.Authentication.JwtBearer.BaseJwtBearerContext
public class AuthenticationFailedContext : Microsoft.AspNetCore.Authentication.ResultContext<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions>
type AuthenticationFailedContext = class
inherit BaseJwtBearerContext
type AuthenticationFailedContext = class
inherit ResultContext<JwtBearerOptions>
Public Class AuthenticationFailedContext
Inherits BaseJwtBearerContext
Public Class AuthenticationFailedContext
Inherits ResultContext(Of JwtBearerOptions)
- Héritage
- Héritage
Constructeurs
AuthenticationFailedContext(HttpContext, AuthenticationScheme, JwtBearerOptions) |
Initialise une nouvelle instance de AuthenticationFailedContext. |
AuthenticationFailedContext(HttpContext, JwtBearerOptions) |
lorsque ResultContext<TOptions> l’authentification a échoué. |
Propriétés
Exception |
Obtient ou définit l’exception associée à l’échec d’authentification. |
HandledResponse |
lorsque ResultContext<TOptions> l’authentification a échoué. (Hérité de BaseControlContext) |
HttpContext |
lorsque ResultContext<TOptions> l’authentification a échoué. (Hérité de BaseContext) |
HttpContext |
Contexte. (Hérité de BaseContext<TOptions>) |
Options |
lorsque ResultContext<TOptions> l’authentification a échoué. (Hérité de BaseJwtBearerContext) |
Options |
Obtient les options d’authentification associées au schéma. (Hérité de BaseContext<TOptions>) |
Principal |
Obtient ou définit le ClaimsPrincipal contenant les revendications utilisateur. (Hérité de ResultContext<TOptions>) |
Properties |
Obtient ou définit AuthenticationProperties. (Hérité de ResultContext<TOptions>) |
Request |
lorsque ResultContext<TOptions> l’authentification a échoué. (Hérité de BaseContext) |
Request |
Demande. (Hérité de BaseContext<TOptions>) |
Response |
lorsque ResultContext<TOptions> l’authentification a échoué. (Hérité de BaseContext) |
Response |
La réponse. (Hérité de BaseContext<TOptions>) |
Result |
Obtient le AuthenticateResult résultat. (Hérité de ResultContext<TOptions>) |
Scheme |
Schéma d'authentification. (Hérité de BaseContext<TOptions>) |
Skipped |
lorsque ResultContext<TOptions> l’authentification a échoué. (Hérité de BaseControlContext) |
State |
lorsque ResultContext<TOptions> l’authentification a échoué. (Hérité de BaseControlContext) |
Ticket |
Obtient ou définit le Ticket à retourner si cet événement indique qu’il a géré l’événement. (Hérité de BaseControlContext) |
Méthodes
CheckEventResult(AuthenticateResult) |
lorsque ResultContext<TOptions> l’authentification a échoué. (Hérité de BaseControlContext) |
Fail(Exception) |
Indique qu’il y a eu un échec lors de l’authentification. (Hérité de ResultContext<TOptions>) |
Fail(String) |
Indique qu’il y a eu un échec lors de l’authentification. (Hérité de ResultContext<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) |
NoResult() |
Indique qu’aucune information n’a été retournée pour ce schéma d’authentification. (Hérité de ResultContext<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 ResultContext<TOptions>) |