pull/6640/head
user135711 2018-05-27 07:07:49 -07:00 committed by Luke Latham
parent 7f72414fe3
commit 739120a827
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ Within the `UserStore` class, you use the data access classes that you created t
- **IUserLockoutStore**
The [IUserLockoutStore<TUser>](/dotnet/api/microsoft.aspnetcore.identity.iuserlockoutstore-1) interface defines the methods you implement to store information about locking an account. It contains methods for tracking failed access attempts and lockouts.
- **IQueryableUserStore**
The [IQueryableUserStore<TUser>](/dotnet/api/microsoft.aspnetcore.identity.iqueryableuserstore-1) interface defines the members implement to provide a queryable user store.
The [IQueryableUserStore<TUser>](/dotnet/api/microsoft.aspnetcore.identity.iqueryableuserstore-1) interface defines the members you implement to provide a queryable user store.
You implement only the interfaces that are needed in your app. For example: