2 references to ClaimsIdentity
Microsoft.AspNetCore.Authentication (1)
TicketSerializer.cs (1)
205var identity = new ClaimsIdentity(authenticationType, nameClaimType, roleClaimType);
Microsoft.Extensions.Identity.Core (1)
UserClaimsPrincipalFactory.cs (1)
75var id = new ClaimsIdentity("Identity.Application", // REVIEW: Used to match Application scheme