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