13 references to HashFinal
System.Core (13)
System\Security\Cryptography\ECDsaCng.cs (6)
283byte[] hashValue = hashAlgorithm.HashFinal(); 299byte[] hashValue = hashAlgorithm.HashFinal(); 381byte[] hashValue = hashAlgorithm.HashFinal(); 398byte[] hashValue = hashAlgorithm.HashFinal(); 455return hasher.HashFinal(); 466return hasher.HashFinal();
System\Security\Cryptography\MD5Cng.cs (1)
52return m_hashAlgorithm.HashFinal();
System\Security\Cryptography\RsaCng.cs (2)
171return hasher.HashFinal(); 184return hasher.HashFinal();
System\Security\Cryptography\SHA1Cng.cs (1)
49return m_hashAlgorithm.HashFinal();
System\Security\Cryptography\SHA256Cng.cs (1)
48return m_hashAlgorithm.HashFinal();
System\Security\Cryptography\SHA384Cng.cs (1)
48return m_hashAlgorithm.HashFinal();
System\Security\Cryptography\SHA512Cng.cs (1)
48return m_hashAlgorithm.HashFinal();