Problem with CredentialCache.DefaultNetworkCredentials

  • Thread starter Thread starter Harry Strybos
  • Start date Start date
H

Harry Strybos

Hi All

I am trying to use CredentialCache.DefaultNetworkCredentials to pass to a
web service. From reading the help this should return the current user
(desktop application) domain, username and password.

DefaultNetworkCredentials is actually returning blank values e.g
DefaultNetworkCredentials.Domain = "". Is there some sort of
initialisation required?

Other than that, can anyone give me a little help with object.

Thank you
 
Back
Top