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