2 writes to _salt
mscorlib (2)
system\security\cryptography\passwordderivebytes.cs (2)
125
_salt
= null;
127
_salt
= (byte[]) value.Clone();
9 references to _salt
mscorlib (9)
system\security\cryptography\passwordderivebytes.cs (9)
117
if (
_salt
== null)
119
return (byte[])
_salt
.Clone();
203
if (
_salt
!= null) {
204
Array.Clear(
_salt
, 0,
_salt
.Length);
247
if (
_salt
!= null)
248
_hash.TransformBlock(
_salt
, 0,
_salt
.Length,
_salt
, 0);