IUserEmailStore<TUser, TKey> Interface
Defines the methods to implement to store the user email.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
| Name | Description | |
|---|---|---|
![]() | CreateAsync(TUser) | Asynchronously inserts a new user.(Inherited from IUserStore<TUser, TKey>.) |
![]() | DeleteAsync(TUser) | Asynchronously deletes a user.(Inherited from IUserStore<TUser, TKey>.) |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | FindByEmailAsync(String) | Asynchronously returns the user associated with this e-mail. |
![]() | FindByIdAsync(TKey) | Asynchronously finds a user using the specified identifier.(Inherited from IUserStore<TUser, TKey>.) |
![]() | FindByNameAsync(String) | Asynchronously finds a user by name.(Inherited from IUserStore<TUser, TKey>.) |
![]() | GetEmailAsync(TUser) | Asynchronously gets the user e-mail. |
![]() | GetEmailConfirmedAsync(TUser) | Asynchronously returns true if the user email is confirmed. |
![]() | SetEmailAsync(TUser, String) | Asynchronously sets the user email. |
![]() | SetEmailConfirmedAsync(TUser, Boolean) | Asynchronously sets whether the user e-mail is confirmed. |
![]() | UpdateAsync(TUser) | Asynchronously updates a user.(Inherited from IUserStore<TUser, TKey>.) |
Show:
