1 write to _password
System.Security.Cryptography (1)
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
66_password = password;
5 references to _password
System.Security.Cryptography (5)
System\Security\Cryptography\PasswordDeriveBytes.cs (5)
187if (_password != null) 189Array.Clear(_password); 203_hash.TransformBlock(_password, 0, _password.Length, _password, 0);