3 implementations of IProtectedUserStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserOnlyStore.cs (1)
110IProtectedUserStore<TUser>,
UserStore.cs (1)
128IProtectedUserStore<TUser>,
Microsoft.AspNetCore.Identity.Test (1)
UserManagerTest.cs (1)
1157private class ProtectedStore : IProtectedUserStore<PocoUser>
2 references to IProtectedUserStore
Microsoft.Extensions.Identity.Core (2)
StoreOptions.cs (1)
21/// This will be enforced by requiring the store to implement <see cref="IProtectedUserStore{TUser}"/>.
UserManager.cs (1)
125if (!(Store is IProtectedUserStore<TUser>))