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