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