7 instantiations of TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
1221_twoFactorInfo = new() 1278return new TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity.Test (5)
SignInManagerTest.cs (5)
554var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 596var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 635var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 714var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 966var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user };
12 references to TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
35private TwoFactorAuthenticationInfo? _twoFactorInfo; 814var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 830private async Task<SignInResult> DoTwoFactorSignInAsync(TUser user, TwoFactorAuthenticationInfo twoFactorInfo, bool isPersistent, bool rememberClient) 896var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 961var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 1003var info = await RetrieveTwoFactorInfoAsync(); 1253private async Task<TwoFactorAuthenticationInfo?> RetrieveTwoFactorInfoAsync()
Microsoft.AspNetCore.Identity.Test (5)
SignInManagerTest.cs (5)
554var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 596var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 635var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 714var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 966var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user };