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)
43
claimsIdentity = new
ClaimsIdentity
(identity);