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