3 references to GetUserIdentifier
Microsoft.AspNetCore.SignalR.Core (3)
HubConnectionContext.cs (1)
693ApplyUserState(user, GetUserIdentifier(user, userIdProvider));
HubConnectionHandler.cs (2)
198var newUserId = connection.GetUserIdentifier(user, _userIdProvider); 335var newUserId = connection.GetUserIdentifier(user, _userIdProvider);