1 write to _iterations
System.Security.Cryptography (1)
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
93
_iterations
= value;
2 references to _iterations
System.Security.Cryptography (2)
System\Security\Cryptography\PasswordDeriveBytes.cs (2)
86
get { return
_iterations
; }
214
for (int i = 1; i < (
_iterations
- 1); i++)