1 write to m_hashHandle
System.Core (1)
System\Security\Cryptography\CapiHashAlgorithm.cs (1)
101m_hashHandle = newHashAlgorithm;
16 references to m_hashHandle
System.Core (16)
System\Security\Cryptography\CapiHashAlgorithm.cs (16)
35Contract.Ensures(m_hashHandle != null && !m_hashHandle.IsInvalid && !m_hashHandle.IsClosed); 48Contract.Ensures(m_hashHandle == null || m_hashHandle.IsClosed); 51if (m_hashHandle != null) { 52m_hashHandle.Dispose(); 66Contract.Ensures(m_hashHandle != null && !m_hashHandle.IsInvalid && !m_hashHandle.IsClosed); 98if (m_hashHandle != null) { 99m_hashHandle.Dispose(); 109Contract.Assert(m_hashHandle != null); 127if (!CapiNative.UnsafeNativeMethods.CryptHashData(m_hashHandle, dataPtr + ibStart, cbSize, 0)) { 140Contract.Assert(m_hashHandle != null); 142return CapiNative.GetHashParameter(m_hashHandle, CapiNative.HashParameter.HashValue);