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