Partager via


ServerAuthenticationStateProvider Classe

Définition

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

S’applique à