3 implementations of IProtectedUserStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserOnlyStore.cs (1)
110
IProtectedUserStore
<TUser>,
UserStore.cs (1)
128
IProtectedUserStore
<TUser>,
Microsoft.AspNetCore.Identity.Test (1)
UserManagerTest.cs (1)
1157
private 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)
125
if (!(Store is
IProtectedUserStore
<TUser>))