3 implementations of IProtectedUserStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserOnlyStore.cs (1)
83IProtectedUserStore<TUser>
UserStore.cs (1)
95IProtectedUserStore<TUser>
Microsoft.AspNetCore.Identity.Test (1)
UserManagerTest.cs (1)
826private 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)
124if (!(Store is IProtectedUserStore<TUser>))