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)
128if (!(Store is IProtectedUserStore<TUser>))