4 references to AddIdentity
Microsoft.AspNetCore.Authentication.Abstractions (1)
AuthenticationTicket.cs (1)
64principal.AddIdentity(identity.Clone());
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
138newPrincipal.AddIdentity(identity.Clone());
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
705newContext.User.AddIdentity(identity.Clone());
System.Security.Claims (1)
System\Security\Claims\GenericPrincipal.cs (1)
62base.AddIdentity(claimsIdentity);