Aracılığıyla paylaş


ServerAuthenticationStateProvider.GetAuthenticationStateAsync Yöntem

Tanım

Zaman uyumsuz olarak geçerli kullanıcıyı tanımlayan bir AuthenticationState alır.

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)

Döndürülenler

Çözümlendiğinde geçerli kullanıcıyı tanımlayan bir örnek veren görev AuthenticationState .

Şunlara uygulanır