1 type derived from SecurityStampValidator
Microsoft.AspNetCore.Identity (1)
5 instantiations of SecurityStampValidator
Microsoft.AspNetCore.Identity.Test (5)
SecurityStampValidatorTest.cs (5)
122services.AddSingleton<ISecurityStampValidator>(new SecurityStampValidator<PocoUser>(options.Object, signInManager.Object, new LoggerFactory()));
176services.AddSingleton<ISecurityStampValidator>(new SecurityStampValidator<PocoUser>(options.Object, signInManager, new LoggerFactory()));
217services.AddSingleton<ISecurityStampValidator>(new SecurityStampValidator<PocoUser>(options.Object, signInManager.Object, new LoggerFactory()));
255services.AddSingleton<ISecurityStampValidator>(new SecurityStampValidator<PocoUser>(options.Object, signInManager.Object, new LoggerFactory()));
293services.AddSingleton<ISecurityStampValidator>(new SecurityStampValidator<PocoUser>(options.Object, signInManager.Object, new LoggerFactory()));
8 references to SecurityStampValidator
Microsoft.AspNetCore.Identity (6)
Microsoft.AspNetCore.Identity.Test (2)