Compartilhar via


ServerAuthenticationStateProvider.SetAuthenticationState Método

Definição

Fornece dados de estado de autenticação atualizados para o AuthenticationStateProvider.

public:
 virtual void SetAuthenticationState(System::Threading::Tasks::Task<Microsoft::AspNetCore::Components::Authorization::AuthenticationState ^> ^ authenticationStateTask);
public void SetAuthenticationState (System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> authenticationStateTask);
abstract member SetAuthenticationState : System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> -> unit
override this.SetAuthenticationState : System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> -> unit
Public Sub SetAuthenticationState (authenticationStateTask As Task(Of AuthenticationState))

Parâmetros

authenticationStateTask
Task<AuthenticationState>

Uma tarefa que é resolvida com o atualizado AuthenticationState.

Implementações

Aplica-se a