1 write to m_hashAlgorithm
System.Security (1)
system\security\cryptography\xml\reference.cs (1)
321
m_hashAlgorithm
= Utils.CreateFromName<HashAlgorithm>(m_digestMethod);
4 references to m_hashAlgorithm
System.Security (4)
system\security\cryptography\xml\reference.cs (4)
194
if (
m_hashAlgorithm
.Hash == null)
196
DigestValue =
m_hashAlgorithm
.Hash;
322
if (
m_hashAlgorithm
== null)
443
hashval =
m_hashAlgorithm
.ComputeHash(hashInputStream);