4 references to MAGIC_HEADER_V0
Microsoft.AspNetCore.DataProtection (4)
KeyManagement\KeyRingBasedDataProtector.cs (3)
132
WriteBigEndianInteger(pbRetVal,
MAGIC_HEADER_V0
);
163
if ((magicHeader & ~MAGIC_HEADER_VERSION_MASK) ==
MAGIC_HEADER_V0
)
394
BinaryPrimitives.WriteUInt32BigEndian(targetSpan.Slice(0),
MAGIC_HEADER_V0
);
KeyManagement\KeyRingBasedSpanDataProtector.cs (1)
51
BinaryPrimitives.WriteUInt32BigEndian(headerBuffer.Slice(0, sizeof(uint)),
MAGIC_HEADER_V0
);