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