4 references to ClaimsIdentity
Microsoft.AspNetCore.Authentication (1)
TicketSerializer.cs (1)
193var identity = new ClaimsIdentity(authenticationType, nameClaimType, roleClaimType);
Microsoft.AspNetCore.Authorization.Test (2)
DefaultAuthorizationServiceTests.cs (2)
544var identity = new ClaimsIdentity("AuthType", "Name", "Role"); 566var identity = new ClaimsIdentity("AuthType", "Name", "Role");
Microsoft.Extensions.Identity.Core (1)
UserClaimsPrincipalFactory.cs (1)
75var id = new ClaimsIdentity("Identity.Application", // REVIEW: Used to match Application scheme