drupal stats

Get current username in Windows using C#

September 15th, 2011 C# 0 Comments


System.Security.Principal.WindowsIdentity.GetCurrent().Name;

Tags: c# set text field to current user name principal, how to find current user using c#, windows installer c# how to get user name

Related posts:

  1. Check if the current user is Administrator using C#

No Comments