2 references to IdentityBuilder
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
114
return new
IdentityBuilder
(typeof(TUser), typeof(TRole), services);
Microsoft.AspNetCore.Identity.Test (1)
IdentityBuilderTest.cs (1)
38
Assert.Throws<ArgumentException>(() => new
IdentityBuilder
(typeof(PocoUser), typeof(int), new ServiceCollection()));