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