3 references to Name
IdentitySample.PasskeyConformance (1)
Program.cs (1)
97user = new PocoUser(userName: userEntity.Name)
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
590claimsIdentity.AddClaim(new Claim(ClaimTypes.Email, options.UserEntity.Name)); 623Name = creationArgs.UserEntity.Name,