1 write to _salt
System.Security.Cryptography (1)
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
108_salt = (byte[]?)value?.Clone();
7 references to _salt
System.Security.Cryptography (7)
System\Security\Cryptography\PasswordDeriveBytes.cs (7)
101return (byte[]?)_salt?.Clone(); 192if (_salt != null) 194Array.Clear(_salt); 205if (_salt != null) 207_hash.TransformBlock(_salt, 0, _salt.Length, _salt, 0);