Udostępnij za pośrednictwem


IHostEnvironmentAuthenticationStateProvider Interfejs

Definicja

Interfejs implementowany przez usługi w celu odbierania informacji o stanie uwierzytelniania ze środowiska hosta. Jeśli jest to implementowane przez AuthenticationStateProviderhosta, otrzyma stan uwierzytelniania z obiektu HttpContext. Lub jeśli ta zaimplementowana usługa jest zarejestrowana bezpośrednio jako IHostEnvironmentAuthenticationStateProvider, otrzyma AuthenticationState zwrócony przez GetAuthenticationStateAsync()

public interface class IHostEnvironmentAuthenticationStateProvider
public interface IHostEnvironmentAuthenticationStateProvider
type IHostEnvironmentAuthenticationStateProvider = interface
Public Interface IHostEnvironmentAuthenticationStateProvider
Pochodne

Metody

SetAuthenticationState(Task<AuthenticationState>)

Dostarcza zaktualizowane dane stanu uwierzytelniania do AuthenticationStateProvider.

Dotyczy