what is default network credentials

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hi!

I'm reading about sending mail from a program. In one place they talk about
default network credentials.
I know what user credentials is but I don't what is meant by default network
credentials

//Tony
 
I'm reading about sending mail from a program. In one place they talk
about default network credentials.
I know what user credentials is but I don't what is meant by default
network credentials

More than likely this is what you get from
System.Net.CredentialCache.DefaultNetworkCredentials. Look it up in MSDN.
 
Back
Top