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)
101
return (byte[]?)
_salt
?.Clone();
192
if (
_salt
!= null)
194
Array.Clear(
_salt
);
205
if (
_salt
!= null)
207
_hash.TransformBlock(
_salt
, 0,
_salt
.Length,
_salt
, 0);