Share via


UserManager<TUser, TKey>.FindByEmailAsync Method

Finds a user by his e-mail.

Namespace:  Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

public virtual Task<TUser> FindByEmailAsync(
    string email
)

Parameters

Return Value

Type: System.Threading.Tasks.Task<TUser>
The task representing the asynchronous operation.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity