2 writes to m_algorithmHandle
System.Core (2)
System\Security\Cryptography\BCryptHashAlgorithm.cs (2)
83m_algorithmHandle = _algorithmCache.GetCachedAlgorithmHandle(algorithm.Algorithm, implementation); 101m_algorithmHandle = null;
9 references to m_algorithmHandle
System.Core (9)
System\Security\Cryptography\BCryptHashAlgorithm.cs (9)
70Contract.Ensures(m_algorithmHandle != null && !m_algorithmHandle.IsInvalid && !m_algorithmHandle.IsClosed); 94Contract.Ensures(m_algorithmHandle == null || m_algorithmHandle.IsClosed); 100if (m_algorithmHandle != null) { 115Contract.Assert(m_algorithmHandle != null); 127int hashObjectSize = BCryptNative.GetInt32Property(m_algorithmHandle, 138BCryptNative.ErrorCode error = BCryptNative.UnsafeNativeMethods.BCryptCreateHash(m_algorithmHandle,