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