When getting the username and/or SID of the current user, what is the preferred method?
Is it using:
WindowsIdentity.GetCurrent().Owner
Or:
WindowsIdentity.GetCurrent().User
What is the difference between the two? This would be a great question for SuperUser.com, but alas, it's not live yet. Thanks!