UserManager<TUser>.GetLoginsAsync(TUser) Metodo

Definizione

Recupera gli account di accesso associati per l'oggetto specificato.

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))

Parametri

user
TUser

Utente con account di accesso associati da recuperare.

Restituisce

Oggetto Task per l'operazione asincrona contenente un elenco di UserLoginInfo per l'oggetto specificato user, se presente.

Si applica a