Condividi tramite


ServerAuthenticationStateProvider.SetAuthenticationState Metodo

Definizione

Fornisce i dati sullo stato di autenticazione aggiornati all'oggetto 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))

Parametri

authenticationStateTask
Task<AuthenticationState>

Attività che risolve con l'oggetto aggiornato AuthenticationState.

Implementazioni

Si applica a