1 interface inheriting from ISecurityStampValidator
Microsoft.AspNetCore.Identity (1)
1 implementation of ISecurityStampValidator
Microsoft.AspNetCore.Identity (1)
12 references to ISecurityStampValidator
Microsoft.AspNetCore.Identity (5)
Microsoft.AspNetCore.Identity.Test (7)
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()));