2 references to HashProviderCng
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.SignVerify.cs (1)
32using (HashProviderCng hashProvider = new HashProviderCng(hashAlgorithm.Name!, null))
System\Security\Cryptography\HashProviderDispenser.Windows.cs (1)
22return new HashProviderCng(hashAlgorithmId, null);