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