0
Answer

identity in authentication in web api

Hi,
 
 
How can I find identity of windows authenticated user in web api controller.
 
User.Identity.Name;
 
this.User.Identity.Name;
 
HttpContext.Current.User.Identity.Name;
 
 
all of the above options I hve tried bt not working