I\'m trying to invoke a webservice from a console application, and I need to provide the client with a System.Net.NetworkCredential object. Is it possible t
System.Net.NetworkCredential
You can get the user name using System.Security.Principal.WindowsIdentity.GetCurrent() but there is not way to get current user password!