2 writes to _block
System.Security.Cryptography (2)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (2)
272
_block
= 0;
314
_block
++;
2 references to _block
System.Security.Cryptography (2)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (2)
283
if (
_block
== uint.MaxValue)
286
BinaryPrimitives.WriteUInt32BigEndian(_salt.AsSpan(_salt.Length - sizeof(uint)),
_block
+ 1);