IUserStore<TUser, TKey> Methods
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
Methods
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. |
See Also
IUserStore<TUser, TKey> Interface
Microsoft.AspNet.Identity Namespace
Return to top