List/Grid Tag Archives: find user name
How To Get UserName Of Logged In User In C#
In this article, I will tell you 3 different ways which you can use to get the User Name. Try any of the following method to get User name of currently logged in user in your Computer. Introduction: Using Environment Class Environment.UserName Using SystemInformation Class System.Windows.Forms.SystemInformation.UserName Using WindowsIdentity Class string userName = System.Security.Principal.WindowsIdentity.GetCurrent().Name; Here is the snapshot of MessageBox showing output of these three methods Incoming search terms:getusername c# (1)list…