1 write to m_hashAlgorithm
System.Core (1)
System\Security\Cryptography\SHA1Cng.cs (1)
22
m_hashAlgorithm
= new BCryptHashAlgorithm(CngAlgorithm.Sha1,
8 references to m_hashAlgorithm
System.Core (8)
System\Security\Cryptography\SHA1Cng.cs (8)
20
Contract.Ensures(
m_hashAlgorithm
!= null);
29
m_hashAlgorithm
.Dispose();
38
Contract.Assert(
m_hashAlgorithm
!= null);
39
m_hashAlgorithm
.Initialize();
43
Contract.Assert(
m_hashAlgorithm
!= null);
44
m_hashAlgorithm
.HashCore(array, ibStart, cbSize);
48
Contract.Assert(
m_hashAlgorithm
!= null);
49
return
m_hashAlgorithm
.HashFinal();