3 references to HashFinal
System.Core (3)
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
58return m_hashAlgorithm.HashFinal();
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
49return m_hashAlgorithm.HashFinal();
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
58return m_hashAlgorithm.HashFinal();