UserManager<TUser>.GetLoginsAsync(TUser) Metoda

Definice

Načte přidružená přihlášení pro zadané .

public:
 virtual System::Threading::Tasks::Task<System::Collections::Generic::IList<Microsoft::AspNetCore::Identity::UserLoginInfo ^> ^> ^ GetLoginsAsync(TUser user);
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.AspNetCore.Identity.UserLoginInfo>> GetLoginsAsync (TUser user);
abstract member GetLoginsAsync : 'User -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.AspNetCore.Identity.UserLoginInfo>>
override this.GetLoginsAsync : 'User -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.AspNetCore.Identity.UserLoginInfo>>
Public Overridable Function GetLoginsAsync (user As TUser) As Task(Of IList(Of UserLoginInfo))

Parametry

user
TUser

Uživatel, jehož přidružená přihlášení k načtení.

Návraty

Task<IList<UserLoginInfo>>

Pro Task asynchronní operaci obsahující seznam zadaných UserLoginInfo useroperací , pokud existuje.

Platí pro