2 implementations of IAuthenticationSchemeProvider
Microsoft.AspNetCore.Authentication.Core (1)
Microsoft.AspNetCore.Identity.Test (1)
97 references to IAuthenticationSchemeProvider
DynamicSchemes (2)
IISSample (1)
InProcessWebSite (2)
Microsoft.AspNetCore (1)
Microsoft.AspNetCore.Authentication (4)
Microsoft.AspNetCore.Authentication.Core (8)
Microsoft.AspNetCore.Authentication.Core.Test (25)
Microsoft.AspNetCore.Authentication.Test (17)
Microsoft.AspNetCore.Identity (3)
Microsoft.AspNetCore.Identity.Test (19)
SecurityStampValidatorTest.cs (6)
106contextAccessor.Object, claimsManager.Object, identityOptions.Object, null, new Mock<IAuthenticationSchemeProvider>().Object, new DefaultUserConfirmation<PocoUser>());
169contextAccessor.Object, claimsManager.Object, identityOptions.Object, null, new Mock<IAuthenticationSchemeProvider>().Object, new DefaultUserConfirmation<PocoUser>());
210contextAccessor.Object, claimsManager.Object, identityOptions.Object, null, new Mock<IAuthenticationSchemeProvider>().Object, new DefaultUserConfirmation<PocoUser>());
249contextAccessor.Object, claimsManager.Object, identityOptions.Object, null, new Mock<IAuthenticationSchemeProvider>().Object, new DefaultUserConfirmation<PocoUser>());
286contextAccessor.Object, claimsManager.Object, identityOptions.Object, null, new Mock<IAuthenticationSchemeProvider>().Object, new DefaultUserConfirmation<PocoUser>());
334contextAccessor.Object, claimsManager.Object, identityOptions.Object, null, new Mock<IAuthenticationSchemeProvider>().Object, new DefaultUserConfirmation<PocoUser>());
SignInManagerTest.cs (13)
51var helper = new SignInManager<PocoUser>(manager.Object, contextAccessor.Object, claimsFactory, options.Object, logger, new Mock<IAuthenticationSchemeProvider>().Object, new DefaultUserConfirmation<PocoUser>());
81var helper = new SignInManager<PocoUser>(manager.Object, contextAccessor.Object, claimsFactory, options.Object, logger, new Mock<IAuthenticationSchemeProvider>().Object, new DefaultUserConfirmation<PocoUser>());
108IAuthenticationSchemeProvider schemeProvider = null,
668null, null, new Mock<IAuthenticationSchemeProvider>().Object, null)
698null, logger, new Mock<IAuthenticationSchemeProvider>().Object, null)
722null, logger, new Mock<IAuthenticationSchemeProvider>().Object, null)
1146var schemeProvider = new Mock<IAuthenticationSchemeProvider>();
1177var schemeProvider = new Mock<IAuthenticationSchemeProvider>();
1209var schemeProvider = new Mock<IAuthenticationSchemeProvider>();
1499nameof(SignInManager<PocoUser>) => new SignInManager<PocoUser>(manager, contextAccessor.Object, claimsFactory, options, NullLogger<SignInManager<PocoUser>>.Instance, Mock.Of<IAuthenticationSchemeProvider>(), new DefaultUserConfirmation<PocoUser>()),
1514: base(userManager, contextAccessor, claimsFactory, optionsAccessor, NullLogger<SignInManager<TUser>>.Instance, Mock.Of<IAuthenticationSchemeProvider>(), new DefaultUserConfirmation<TUser>())
1526: base(userManager, contextAccessor, claimsFactory, optionsAccessor, NullLogger<SignInManager<TUser>>.Instance, Mock.Of<IAuthenticationSchemeProvider>(), new DefaultUserConfirmation<TUser>())
1543: base(userManager, contextAccessor, claimsFactory, optionsAccessor, NullLogger<SignInManager<TUser>>.Instance, Mock.Of<IAuthenticationSchemeProvider>(), new DefaultUserConfirmation<TUser>())
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.Server.IISIntegration (4)
Microsoft.AspNetCore.Server.IISIntegration.Tests (4)
NativeIISSample (2)
Sample (1)
SocialSample (2)