ServerAuthenticationStateProvider 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.
destiné AuthenticationStateProvider à être utilisé dans Blazor côté serveur.
public ref class ServerAuthenticationStateProvider : Microsoft::AspNetCore::Components::Authorization::AuthenticationStateProvider, Microsoft::AspNetCore::Components::Authorization::IHostEnvironmentAuthenticationStateProvider
public class ServerAuthenticationStateProvider : Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider, Microsoft.AspNetCore.Components.Authorization.IHostEnvironmentAuthenticationStateProvider
type ServerAuthenticationStateProvider = class
inherit AuthenticationStateProvider
interface IHostEnvironmentAuthenticationStateProvider
Public Class ServerAuthenticationStateProvider
Inherits AuthenticationStateProvider
Implements IHostEnvironmentAuthenticationStateProvider
- Héritage
- Dérivé
- Implémente
Constructeurs
ServerAuthenticationStateProvider() |
destiné AuthenticationStateProvider à être utilisé dans Blazor côté serveur. |
Méthodes
GetAuthenticationStateAsync() |
Obtient de façon asynchrone un AuthenticationState qui décrit l’utilisateur actuel. |
NotifyAuthenticationStateChanged(Task<AuthenticationState>) |
Déclenche l’événement AuthenticationStateChanged. (Hérité de AuthenticationStateProvider) |
SetAuthenticationState(Task<AuthenticationState>) |
Fournit les données d’état d’authentification mises à jour au AuthenticationStateProvider. |
Événements
AuthenticationStateChanged |
Événement qui fournit une notification lorsque le AuthenticationState a changé. Par exemple, cet événement peut être déclenché si un utilisateur se connecte ou se déconnecte. (Hérité de AuthenticationStateProvider) |