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)
187
if (
_password
!= null)
189
Array.Clear(
_password
);
203
_hash.TransformBlock(
_password
, 0,
_password
.Length,
_password
, 0);
System\Security\Cryptography\PasswordDeriveBytes.Windows.cs (2)
32
CapiHelper.DeriveKey(ProvHandle, algid, algidhash,
_password
,
_password
.Length, keySize << 16, rgbIV, rgbIV.Length, ref key);