2 references to VerifyHmac
System.Security.Cryptography (2)
System\Security\Cryptography\CryptographicOperations.cs (2)
962/// <inheritdoc cref="VerifyHmac(HashAlgorithmName, ReadOnlySpan{byte}, Stream, ReadOnlySpan{byte})" /> 967return VerifyHmac(hashAlgorithm, new ReadOnlySpan<byte>(key), source, new ReadOnlySpan<byte>(hash));