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