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