2 references to HashProviderCng
System.Security.Cryptography (2)
System\Security\Cryptography\HashProviderCng.cs (1)
25
public HashProviderCng(string hashAlgId, byte[]? key) :
this
(hashAlgId, key, isHmac: key != null)
System\Security\Cryptography\HashProviderDispenser.Windows.cs (1)
27
return new
HashProviderCng
(hashAlgorithmId, key, isHmac: true);