11 references to GetValue
Microsoft.AspNetCore.Identity.FunctionalTests (11)
Infrastructure\DefaultUIContext.cs (11)
41get => GetValue<string>(nameof(AuthenticatorKey)); 47get => GetValue<string>(nameof(SocialLoginProvider)); 53get => GetValue<string[]>(nameof(RecoveryCodes)); 59get => GetValue<bool>(nameof(TwoFactorEnabled)); 64get => GetValue<bool>(nameof(ContosoLoginEnabled)); 70get => GetValue<bool>(nameof(UserAuthenticated)); 76get => GetValue<bool>(nameof(ExistingUser)); 82get => GetValue<bool>(nameof(ExistingUser)); 88get => GetValue<bool>(nameof(PasswordLoginEnabled)); 94get => GetValue<bool>(nameof(CookiePolicyAccepted)); 100get => GetValue<bool>(nameof(HasRealEmailSender));