UserInformationReceivedContext Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Contesto per 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)
- Ereditarietà
- Ereditarietà
-
UserInformationReceivedContext
Costruttori
Proprietà
Metodi
CheckEventResult(AuthenticateResult) |
Contesto per UserInformationReceived(UserInformationReceivedContext). (Ereditato da BaseControlContext) |
Fail(Exception) |
Indica che l'autenticazione non è riuscita. (Ereditato da RemoteAuthenticationContext<TOptions>) |
Fail(String) |
Indica che l'autenticazione non è riuscita. (Ereditato da RemoteAuthenticationContext<TOptions>) |
HandleResponse() |
Sospende l'elaborazione per questa richiesta e torna al client. Il chiamante è responsabile della generazione della risposta completa. Impostare su Ticket come attivare SignIn. (Ereditato da BaseControlContext) |
HandleResponse() |
Sospende l'elaborazione per questa richiesta e torna al client. Il chiamante è responsabile della generazione della risposta completa. (Ereditato da HandleRequestContext<TOptions>) |
SkipHandler() |
Interrompere l'elaborazione della richiesta nel gestore corrente. (Ereditato da HandleRequestContext<TOptions>) |
SkipToNextMiddleware() |
Sospende l'elaborazione della richiesta nel middleware corrente e passa il controllo a quello successivo. SignIn non verrà chiamato. (Ereditato da BaseControlContext) |
Success() |
Chiama l'esito positivo della creazione di un ticket con e PrincipalProperties. (Ereditato da RemoteAuthenticationContext<TOptions>) |