2 references to CreateHMAC
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanDerivation.cs (1)
70
using (IncrementalHash hash = IncrementalHash.
CreateHMAC
(hashAlgorithm, hmacKey))
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (1)
217
using (IncrementalHash mac = IncrementalHash.
CreateHMAC
(hashAlgorithm, macKey))