1 write to m_cspHandle
System.Core (1)
System\Security\Cryptography\CapiHashAlgorithm.cs (1)
38m_cspHandle = CapiNative.AcquireCsp(null,
10 references to m_cspHandle
System.Core (10)
System\Security\Cryptography\CapiHashAlgorithm.cs (10)
34Contract.Ensures(m_cspHandle != null && !m_cspHandle.IsInvalid && !m_cspHandle.IsClosed); 49Contract.Ensures(m_cspHandle == null || m_cspHandle.IsClosed); 55if (m_cspHandle != null) { 56m_cspHandle.Dispose(); 67Contract.Assert(m_cspHandle != null); 74if (!CapiNative.UnsafeNativeMethods.CryptCreateHash(m_cspHandle, 92newHashAlgorithm.SetParentCsp(m_cspHandle);