7 instantiations of TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
1220_twoFactorInfo = new() 1277return new TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity.Test (5)
SignInManagerTest.cs (5)
418var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 460var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 499var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 578var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 773var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user };
12 references to TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
33private TwoFactorAuthenticationInfo? _twoFactorInfo; 866var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 882private async Task<SignInResult> DoTwoFactorSignInAsync(TUser user, TwoFactorAuthenticationInfo twoFactorInfo, bool isPersistent, bool rememberClient) 929var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 977var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 1019var info = await RetrieveTwoFactorInfoAsync(); 1252private async Task<TwoFactorAuthenticationInfo?> RetrieveTwoFactorInfoAsync()
Microsoft.AspNetCore.Identity.Test (5)
SignInManagerTest.cs (5)
418var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 460var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 499var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 578var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 773var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user };