3 references to _magicHeaderKeyIdSize
Microsoft.AspNetCore.DataProtection (3)
KeyManagement\KeyRingBasedDataProtector.cs (1)
205if (protectedData.Length < _magicHeaderKeyIdSize)
KeyManagement\KeyRingBasedSpanDataProtector.cs (2)
60var preBufferSize = _magicHeaderKeyIdSize; 97if (protectedData.Length < _magicHeaderKeyIdSize)