5 references to ProtectPersonalData
Microsoft.Extensions.Identity.Core (5)
IProtectedUserStore.cs (1)
7/// Marker interface used to signal that the store supports the <see cref="StoreOptions.ProtectPersonalData"/> flag.
UserManager.cs (4)
126if (Options.Stores.ProtectPersonalData) 605if (user == null && Options.Stores.ProtectPersonalData) 683if (Options.Stores.ProtectPersonalData) 1565if (user == null && Options.Stores.ProtectPersonalData)