2 writes to Timeout
Microsoft.AspNetCore.Identity.Test (2)
SignInManagerTest.cs (2)
1393Timeout = TimeSpan.FromMinutes(10), 1456Timeout = TimeSpan.FromMinutes(10),
5 references to Timeout
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
632Timeout = (uint)Options.Passkey.Timeout.TotalMilliseconds, 716Timeout = (uint)Options.Passkey.Timeout.TotalMilliseconds,
Microsoft.AspNetCore.Identity.Test (3)
IdentityOptionsTest.cs (1)
36Assert.Equal(TimeSpan.FromMinutes(1), options.Passkey.Timeout);
SignInManagerTest.cs (2)
1429Assert.Equal((uint)identityOptions.Passkey.Timeout.TotalMilliseconds, (uint)optionsJson["timeout"]); 1483Assert.Equal((uint)identityOptions.Passkey.Timeout.TotalMilliseconds, (uint)optionsJson["timeout"]);