IUserSecurityStampStore<TUser> Interface
Defines the methods for a user security stamp 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>.) |
![]() | GetSecurityStampAsync(TUser) | Asynchronously gets the user security stamp.(Inherited from IUserSecurityStampStore<TUser, TKey>.) |
![]() | SetSecurityStampAsync(TUser, String) | Asynchronously sets the security stamp for the user.(Inherited from IUserSecurityStampStore<TUser, TKey>.) |
![]() | UpdateAsync(TUser) | Asynchronously updates a user.(Inherited from IUserStore<TUser, TKey>.) |
Show:
