2 references to KeyLengthLimit
Microsoft.AspNetCore.Session (2)
DistributedSession.cs (2)
146
if (encodedKey.KeyBytes.Length >
KeyLengthLimit
)
149
Resources.FormatException_KeyLengthIsExceeded(
KeyLengthLimit
));