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