2 references to HashData
Microsoft.Extensions.Compliance.Redaction (1)
HmacRedactor.cs (1)
84_ = HMACSHA256.HashData(hashKey, MemoryMarshal.AsBytes(source), hashBuffer);
System.Security.Cryptography (1)
System\Security\Cryptography\HMACSHA256.cs (1)
104int written = HashData(key, source, buffer.AsSpan());