7 references to ProtectPersonalData
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
IdentityUserContext.cs (2)
164var encryptPersonalData = storeOptions?.ProtectPersonalData ?? false; 258var encryptPersonalData = storeOptions?.ProtectPersonalData ?? false;
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)
118if (Options.Stores.ProtectPersonalData) 537if (user == null && Options.Stores.ProtectPersonalData) 602if (Options.Stores.ProtectPersonalData) 1286if (user == null && Options.Stores.ProtectPersonalData)