3 writes to _baseValue
System.Security.Cryptography (3)
System\Security\Cryptography\PasswordDeriveBytes.cs (3)
166
_baseValue
= null;
211
_baseValue
= _hash.Hash;
217
_baseValue
= _hash.Hash;
12 references to _baseValue
System.Security.Cryptography (12)
System\Security\Cryptography\PasswordDeriveBytes.cs (12)
76
if (
_baseValue
!= null)
90
if (
_baseValue
!= null)
105
if (
_baseValue
!= null)
120
if (
_baseValue
== null)
177
if (
_baseValue
!= null)
179
Array.Clear(
_baseValue
);
216
_hash.ComputeHash(
_baseValue
!);
220
return
_baseValue
!;
236
cs.Write(
_baseValue
!, 0,
_baseValue
!.Length);
249
cs.Write(
_baseValue
, 0,
_baseValue
.Length);