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