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)
86get { return _iterations; } 214for (int i = 1; i < (_iterations - 1); i++)