7 instantiations of TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
1227_twoFactorInfo = new() 1284return new TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity.Test (5)
SignInManagerTest.cs (5)
716var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 758var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 797var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 876var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 1128var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user };
12 references to TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
35private TwoFactorAuthenticationInfo? _twoFactorInfo; 820var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 836private async Task<SignInResult> DoTwoFactorSignInAsync(TUser user, TwoFactorAuthenticationInfo twoFactorInfo, bool isPersistent, bool rememberClient) 902var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 967var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 1009var info = await RetrieveTwoFactorInfoAsync(); 1259private async Task<TwoFactorAuthenticationInfo?> RetrieveTwoFactorInfoAsync()
Microsoft.AspNetCore.Identity.Test (5)
SignInManagerTest.cs (5)
716var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 758var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 797var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 876var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 1128var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user };