1 write to Rng
Microsoft.AspNetCore.Identity.Test (1)
PasswordHasherTest.cs (1)
190options.Value.Rng = new SequentialRandomNumberGenerator();
2 references to Rng
Microsoft.AspNetCore.Identity.Test (1)
PasswordHasherTest.cs (1)
189Assert.NotNull(options.Value.Rng); // should have a default value
Microsoft.Extensions.Identity.Core (1)
PasswordHasher.cs (1)
68_rng = options.Rng;