8 references to Stores
Microsoft.AspNetCore.Identity.EntityFrameworkCore (3)
IdentityUserContext.cs (1)
141
?.Value?.
Stores
;
UserOnlyStore.cs (1)
735
$"When using '{nameof(IdentityDbContext)}', make sure that '{nameof(IdentityOptions)}.{nameof(IdentityOptions.
Stores
)}.{nameof(StoreOptions.SchemaVersion)}' " +
UserStore.cs (1)
880
$"When using '{nameof(IdentityDbContext)}', make sure that '{nameof(IdentityOptions)}.{nameof(IdentityOptions.
Stores
)}.{nameof(StoreOptions.SchemaVersion)}' " +
Microsoft.AspNetCore.Identity.UI (1)
IdentityServiceCollectionUIExtensions.cs (1)
50
o.
Stores
.MaxLengthForKeys = 128;
Microsoft.Extensions.Identity.Core (4)
UserManager.cs (4)
126
if (Options.
Stores
.ProtectPersonalData)
605
if (user == null && Options.
Stores
.ProtectPersonalData)
683
if (Options.
Stores
.ProtectPersonalData)
1565
if (user == null && Options.
Stores
.ProtectPersonalData)