Click or drag to resize
KenticoUserStoreTUserGetEmailConfirmedAsync Method
Overload List
  NameDescription
Public methodGetEmailConfirmedAsync(TUser)
Returns true if the user email is confirmed.
Public methodGetEmailConfirmedAsync(TUser, CancellationToken)
Gets a flag indicating whether the email address for the specified user has been verified, true if the email address is verified otherwise false.
(Inherited from ApplicationUserStoreTUser.)
Top
See Also