Get current user name in C# 29-12-2015 12:00:14 C# / Security 0 Bookmark(s) 181 View(s) var userName = System.Security.Principal.WindowsIdentity.GetCurrent().Name;