Is it possible to get the currently logged in user\'s username with Silverlight? You can assume that user has Windows OS and the Silverlight application is hosted in Interne
Environment .GetFolderPath(Environment.SpecialFolder.Personal) .Split(new[] { '\\' }, StringSplitOptions.RemoveEmptyEntries)[2];
well , here is how you can get it wihtout wcf
http://www.codeproject.com/Articles/47520/Silverlight-Windows-User-Identity-Name