3 references to Sha256
System.Core (3)
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
35private CngAlgorithm m_hashAlgorithm = CngAlgorithm.Sha256;
System\Security\Cryptography\ECDsaCng.cs (1)
24private CngAlgorithm m_hashAlgorithm = CngAlgorithm.Sha256;
System\Security\Cryptography\SHA256Cng.cs (1)
21m_hashAlgorithm = new BCryptHashAlgorithm(CngAlgorithm.Sha256,