UserManager<TUser>.GetUserIdAsync(TUser) Method

Definition

Gets the user identifier for the specified user.

public:
 virtual System::Threading::Tasks::Task<System::String ^> ^ GetUserIdAsync(TUser user);
public virtual System.Threading.Tasks.Task<string> GetUserIdAsync (TUser user);
abstract member GetUserIdAsync : 'User -> System.Threading.Tasks.Task<string>
override this.GetUserIdAsync : 'User -> System.Threading.Tasks.Task<string>
Public Overridable Function GetUserIdAsync (user As TUser) As Task(Of String)

Parameters

user
TUser

The user whose identifier should be retrieved.

Returns

The Task that represents the asynchronous operation, containing the identifier for the specified user.

Applies to