Click or drag to resize
KenticoUserStoreTUserFindByEmailAsync Method (String)
Returns the user associated with the given email.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public Task<TUser> FindByEmailAsync(
	string email
)

Parameters

email
Type: SystemString
Email.

Return Value

Type: TaskTUser

Implements

IUserEmailStore.FindByEmailAsync(String)
See Also