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