1 write to MaxLengthForKeys
Microsoft.AspNetCore.Identity.UI (1)
IdentityServiceCollectionUIExtensions.cs (1)
50
o.Stores.
MaxLengthForKeys
= 128;
2 references to MaxLengthForKeys
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
IdentityUserContext.cs (2)
159
var maxKeyLength = storeOptions?.
MaxLengthForKeys
?? 0;
257
var maxKeyLength = storeOptions?.
MaxLengthForKeys
?? 0;