KenticoUserStoreTUserFindByEmailAsync Method (String) |
Returns the user associated with the given email.
Namespace: Kentico.MembershipAssembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax public Task<TUser> FindByEmailAsync(
string email
)
Parameters
- email
- Type: SystemString
Email.
Return Value
Type:
TaskTUserImplements
IUserEmailStore.FindByEmailAsync(String)See Also