2 references to DisplayName
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
591
claimsIdentity.AddClaim(new Claim(ClaimTypes.Name, options.UserEntity.
DisplayName
));
624
DisplayName = creationArgs.UserEntity.
DisplayName
,