3 references to ClaimsIdentity
System.Security.Claims (3)
System\Security\Claims\ClaimsPrincipal.cs (2)
121_identities.Add(new ClaimsIdentity(identity)); 141_identities.Add(new ClaimsIdentity(principal.Identity));
System\Security\Claims\GenericPrincipal.cs (1)
43claimsIdentity = new ClaimsIdentity(identity);