Problem with CredentialCache.DefaultNetworkCredentials

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top