1 write to MaxLengthForKeys
Microsoft.AspNetCore.Identity.UI (1)
IdentityServiceCollectionUIExtensions.cs (1)
50
o.Stores.
MaxLengthForKeys
= 128;
3 references to MaxLengthForKeys
Microsoft.AspNetCore.Identity.EntityFrameworkCore (3)
IdentityUserContext.cs (3)
196
var maxKeyLength = storeOptions?.
MaxLengthForKeys
?? 0;
307
var maxKeyLength = storeOptions?.
MaxLengthForKeys
?? 0;
407
var maxKeyLength = storeOptions?.
MaxLengthForKeys
?? 0;