1 write to _password
System.Security.Cryptography (1)
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
66_password = password;
7 references to _password
System.Security.Cryptography (7)
System\Security\Cryptography\PasswordDeriveBytes.cs (5)
187if (_password != null) 189Array.Clear(_password); 203_hash.TransformBlock(_password, 0, _password.Length, _password, 0);
System\Security\Cryptography\PasswordDeriveBytes.Windows.cs (2)
32CapiHelper.DeriveKey(ProvHandle, algid, algidhash, _password, _password.Length, keySize << 16, rgbIV, rgbIV.Length, ref key);