IUserStore<TUser, TKey> Interface
Defines the methods for user management APIs.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
| Name | Description | |
|---|---|---|
![]() | CreateAsync(TUser) | Asynchronously inserts a new user. |
![]() | DeleteAsync(TUser) | Asynchronously deletes a user. |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | FindByIdAsync(TKey) | Asynchronously finds a user using the specified identifier. |
![]() | FindByNameAsync(String) | Asynchronously finds a user by name. |
![]() | UpdateAsync(TUser) | Asynchronously updates a user. |
Show:
