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