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