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