I've seen this question posted similarly in the past, I was hoping someone can point me in the right direction, the User.Identity.Name class returns the domain login.
Which class exposes the actual name?
For user "John Doe" who logs into the web application supplying my_domain\jdoe
User.Identity.Name - Returns : *my_domain\jdoe*
System.Environment.UserName Returns: jdoe
Which class returns
"John Doe"?
