2 references to BytesOfHashWeUse
Microsoft.Extensions.Compliance.Redaction (2)
HmacRedactor.cs (2)
33private const int Base64HashLength = ((BytesOfHashWeUse + 2) / 3) * 4; 87_ = Convert.TryToBase64Chars(hashBuffer.Slice(0, BytesOfHashWeUse), destination, out int charsWritten);