IUserPasswordStore<TUser> Interface
Defines the members for a user password store.
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.) |
![]() | 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>.) |
![]() | GetPasswordHashAsync(TUser) | Asynchronously gets the user password hash.(Inherited from IUserPasswordStore<TUser, TKey>.) |
![]() | HasPasswordAsync(TUser) | Indicates whether the user has a password set. (Inherited from IUserPasswordStore<TUser, TKey>.) |
![]() | SetPasswordHashAsync(TUser, String) | Asynchronously sets the user password hash.(Inherited from IUserPasswordStore<TUser, TKey>.) |
![]() | UpdateAsync(TUser) | Asynchronously updates a user.(Inherited from IUserStore<TUser, TKey>.) |
