Share via


IUserEmailStore<TUser, TKey>.GetEmailConfirmedAsync Method

Asynchronously returns true if the user email is confirmed.

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

Syntax

Task<bool> GetEmailConfirmedAsync(
    TUser user
)

Parameters

  • user
    Type: TUser
    The user associated with the method.

Return Value

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

See Also

Reference

IUserEmailStore<TUser, TKey> Interface

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity