1 write to m_salt
mscorlib (1)
system\security\cryptography\rfc2898derivebytes.cs (1)
143m_salt = (byte[]) value.Clone();
6 references to m_salt
mscorlib (6)
system\security\cryptography\rfc2898derivebytes.cs (6)
136get { return (byte[]) m_salt.Clone(); } 209if (m_salt != null) { 210Array.Clear(m_salt, 0, m_salt.Length); 229m_hmac.TransformBlock(m_salt, 0, m_salt.Length, null, 0);