IUserLoginStore<TUser>.GetLoginsAsync(TUser, CancellationToken) 메서드

정의

지정된 에 대한 연결된 로그인을 검색합니다.

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

매개 변수

user
TUser

연결된 로그인을 검색할 사용자입니다.

cancellationToken
CancellationToken

작업을 취소해야 하는 알림을 전파하는 데 사용하는 CancellationToken입니다.

반환

Task 지정된 user에 대한 목록을 UserLoginInfo 포함하는 비동기 작업의 입니다(있는 경우).

적용 대상