5 references to Id
IdentitySample.PasskeyConformance (2)
Program.cs (2)
94
var user = await userManager.FindByIdAsync(userEntity.
Id
);
99
Id = userEntity.
Id
,
Microsoft.AspNetCore.Identity (3)
SignInManager.cs (3)
589
claimsIdentity.AddClaim(new Claim(ClaimTypes.NameIdentifier, options.UserEntity.
Id
));
622
Id = BufferSource.FromString(creationArgs.UserEntity.
Id
),
644
var existingUser = await UserManager.FindByIdAsync(creationArgs.UserEntity.
Id
);