Condividi tramite


ServerAuthenticationStateProvider Classe

Definizione

Oggetto AuthenticationStateProvider destinato all'uso sul lato server Blazor.

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
Ereditarietà
ServerAuthenticationStateProvider
Derivato
Implementazioni

Costruttori

ServerAuthenticationStateProvider()

Oggetto AuthenticationStateProvider destinato all'uso sul lato server Blazor.

Metodi

GetAuthenticationStateAsync()

Ottiene in modo asincrono un oggetto AuthenticationState che descrive l'utente corrente.

NotifyAuthenticationStateChanged(Task<AuthenticationState>)

Genera l'evento AuthenticationStateChanged.

(Ereditato da AuthenticationStateProvider)
SetAuthenticationState(Task<AuthenticationState>)

Fornisce i dati sullo stato di autenticazione aggiornati all'oggetto AuthenticationStateProvider.

Eventi

AuthenticationStateChanged

Evento che fornisce una notifica quando l'oggetto AuthenticationState è cambiato. Ad esempio, questo evento può essere generato se un utente accede o esce.

(Ereditato da AuthenticationStateProvider)

Si applica a