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)
187
if (
_password
!= null)
189
Array.Clear(
_password
);
203
_hash.TransformBlock(
_password
, 0,
_password
.Length,
_password
, 0);