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