2 references to Sha256
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
15
private CngAlgorithm _hashAlgorithm = CngAlgorithm.
Sha256
;
System\Security\Cryptography\ECDsaCng.cs (1)
14
private CngAlgorithm _hashAlgorithm = CngAlgorithm.
Sha256
;