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