Freigeben über


AuthenticationStateProvider.GetAuthenticationStateAsync Methode

Definition

Ruft asynchron einen AuthenticationState ab, der den aktuellen Benutzer beschreibt.

public:
 abstract System::Threading::Tasks::Task<Microsoft::AspNetCore::Components::Authorization::AuthenticationState ^> ^ GetAuthenticationStateAsync();
public abstract System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> GetAuthenticationStateAsync ();
abstract member GetAuthenticationStateAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState>
Public MustOverride Function GetAuthenticationStateAsync () As Task(Of AuthenticationState)

Gibt zurück

Eine Aufgabe, die bei Auflösung einen AuthenticationState instance gibt, der den aktuellen Benutzer beschreibt.

Gilt für: