IUserPhoneNumberStore<TUser> Interface
Defines the members for a user phone number 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>.) |
![]() | GetPhoneNumberAsync(TUser) | Asynchronously gets the user phone number.(Inherited from IUserPhoneNumberStore<TUser, TKey>.) |
![]() | GetPhoneNumberConfirmedAsync(TUser) | Asynchronously gets whether the user phone number is confirmed.(Inherited from IUserPhoneNumberStore<TUser, TKey>.) |
![]() | SetPhoneNumberAsync(TUser, String) | Asynchronously sets the phone number associated with the user.(Inherited from IUserPhoneNumberStore<TUser, TKey>.) |
![]() | SetPhoneNumberConfirmedAsync(TUser, Boolean) | Asynchronously sets whether the user phone number is confirmed.(Inherited from IUserPhoneNumberStore<TUser, TKey>.) |
![]() | UpdateAsync(TUser) | Asynchronously updates a user.(Inherited from IUserStore<TUser, TKey>.) |
