1 write to m_hashAlgorithm
System.Core (1)
System\Security\Cryptography\MD5Cng.cs (1)
25m_hashAlgorithm = new BCryptHashAlgorithm(CngAlgorithm.MD5,
8 references to m_hashAlgorithm
System.Core (8)
System\Security\Cryptography\MD5Cng.cs (8)
19Contract.Ensures(m_hashAlgorithm != null); 32m_hashAlgorithm.Dispose(); 41Contract.Assert(m_hashAlgorithm != null); 42m_hashAlgorithm.Initialize(); 46Contract.Assert(m_hashAlgorithm != null); 47m_hashAlgorithm.HashCore(array, ibStart, cbSize); 51Contract.Assert(m_hashAlgorithm != null); 52return m_hashAlgorithm.HashFinal();