Click or drag to resize
UserStoreGetEmailConfirmedAsync Method
Returns true if the user email is confirmed.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 12.0.0
Syntax
C#
public Task<bool> GetEmailConfirmedAsync(
	User user
)

Parameters

user
Type: Kentico.MembershipUser
User.

Return Value

Type: TaskBoolean

Implements

IUserEmailStore.GetEmailConfirmedAsync(UTP)
See Also