Top "Networkcredentials" questions

Part of Microsoft's .NET Framework that provides a base class for supplying credentials for password based authentication schemes such as basic, digest, NTLM or Kerberos.

change sender address when sending mail through gmail in c#

I have used the following code to send mail from my web application using a gmail account. My question is, …

c# smtp gmail networkcredentials
WebProxy error: Proxy Authentication Required

I use the following code to obtaing html data from the internet: WebProxy p = new WebProxy("localproxyIP:8080", true); p.Credentials = …

c# .net webclient networkcredentials webproxy
Authenticate network credential to access SharePoint site on client object model

I am working to small app, that is require to bring all users in all groups of given site. I …

c# .net sharepoint-2010 sharepoint-2013 networkcredentials
Why does CredentialCache.DefaultCredential contain empty strings for domain, username, and password

Does anyone have any ideas as to why CredentialCache.DefaultCredential would return an ICredential instance with empty strings for domain, …

iis networkcredentials
C# ASP .NET; Get the NetworkCredential Object for the logged in user?

I have to implement the following scenario: ASP .NET webapp 1. User logs in 2. With the logged in user's credentials I …

c# asp.net sharepoint networkcredentials
Accessing network share via Process.Start(path) using network credential

I am using this Impersonator class to impersonate a domain account to access a network share like so: using(new …

c# process.start networkcredentials
Accessing shared folder with credential info without windows access

I have project that copy files to shared network path. when my application authenticate for this path, users also can …

c# authentication file-access shared-directory networkcredentials
HttpWebRequest DefaultNetworkCredentials give error 401

Im trying to request a url that require windows authentication using HttpWebRequest, I was using request.Credential = New NetworkCredential("username", "…

c# asp.net httpwebrequest credentials networkcredentials