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