1 write to m_hashAlgorithm
System.Core (1)
System\Security\Cryptography\SHA512Cng.cs (1)
21m_hashAlgorithm = new BCryptHashAlgorithm(CngAlgorithm.Sha512,
8 references to m_hashAlgorithm
System.Core (8)
System\Security\Cryptography\SHA512Cng.cs (8)
19Contract.Ensures(m_hashAlgorithm != null); 28m_hashAlgorithm.Dispose(); 37Contract.Assert(m_hashAlgorithm != null); 38m_hashAlgorithm.Initialize(); 42Contract.Assert(m_hashAlgorithm != null); 43m_hashAlgorithm.HashCore(array, ibStart, cbSize); 47Contract.Assert(m_hashAlgorithm != null); 48return m_hashAlgorithm.HashFinal();