Partager via


ServerAuthenticationStateProvider.GetAuthenticationStateAsync Méthode

Définition

Obtient de manière asynchrone un AuthenticationState qui décrit l’utilisateur actuel.

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

Retours

Tâche qui, une fois résolue, donne une AuthenticationState instance qui décrit l’utilisateur actuel.

S’applique à