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