2 references to CreateHMAC
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (1)
208using (IncrementalHash mac = IncrementalHash.CreateHMAC(hashAlgorithm, macKey))
System.Security.Cryptography.Pkcs (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (1)
208using (IncrementalHash mac = IncrementalHash.CreateHMAC(hashAlgorithm, macKey))