Implemented interface member:
property
Value
Microsoft.Extensions.Options.IOptions<TOptions>.Value
4 references to Value
Microsoft.AspNetCore.Identity.Test (4)
PasswordHasherTest.cs (4)
183options.Value.CompatibilityMode = (PasswordHasherCompatibilityMode)compatMode; 187options.Value.IterationCount = (int)iterCount; 189Assert.NotNull(options.Value.Rng); // should have a default value 190options.Value.Rng = new SequentialRandomNumberGenerator();