2 writes to _salt
mscorlib (2)
system\security\cryptography\passwordderivebytes.cs (2)
125_salt = null; 127_salt = (byte[]) value.Clone();
9 references to _salt
mscorlib (9)
system\security\cryptography\passwordderivebytes.cs (9)
117if (_salt == null) 119return (byte[]) _salt.Clone(); 203if (_salt != null) { 204Array.Clear(_salt, 0, _salt.Length); 247if (_salt != null) 248_hash.TransformBlock(_salt, 0, _salt.Length, _salt, 0);