Partager via


IHostEnvironmentAuthenticationStateProvider Interface

Définition

Interface implémentée par les services pour recevoir des informations d’état d’authentification de l’environnement hôte. S’il est implémenté par le AuthenticationStateProviderde l’hôte, il reçoit l’état d’authentification de HttpContext. Ou si ce service implémenté inscrit directement en tant que IHostEnvironmentAuthenticationStateProvider, il reçoit le AuthenticationState retourné par GetAuthenticationStateAsync()

public interface class IHostEnvironmentAuthenticationStateProvider
public interface IHostEnvironmentAuthenticationStateProvider
type IHostEnvironmentAuthenticationStateProvider = interface
Public Interface IHostEnvironmentAuthenticationStateProvider
Dérivé

Méthodes

SetAuthenticationState(Task<AuthenticationState>)

Fournit des données d’état d’authentification mises à jour au AuthenticationStateProvider.

S’applique à