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