Re: Proxy auth with default credentials
- From: "kristan.mcdonald@xxxxxxxxxxxxxx" <kristan.mcdonald@xxxxxxxxxxxxxx>
- Date: 27 Feb 2006 08:07:00 -0800
Done a bit more digging and it may not be the auth type that's the
problem, I've tried doing:
System.Net.NetworkCredential myCred =
System.Net.CredentialCache.DefaultCredentials.GetCredential(new Uri(
"http://myproxyserver" ), "NTLM");
and if I examine the contents of myCred, everything is blank - no
matter what URI I specify, it comes back with blank username, blank
domain etc. If I look at User.Identity it's got it running as the right
person, am I being really thick as to what DefaultCredentials should
allow me to do? Is it maybe just not populated when you're
impersonating and I have to do something extra to make it work?
.
- Follow-Ups:
- Re: Proxy auth with default credentials
- From: Joe Kaplan \(MVP - ADSI\)
- Re: Proxy auth with default credentials
- References:
- Proxy auth with default credentials
- From: kristan.mcdonald@xxxxxxxxxxxxxx
- Re: Proxy auth with default credentials
- From: Joe Kaplan \(MVP - ADSI\)
- Re: Proxy auth with default credentials
- From: kristan.mcdonald@xxxxxxxxxxxxxx
- Re: Proxy auth with default credentials
- From: Joe Kaplan \(MVP - ADSI\)
- Re: Proxy auth with default credentials
- From: kristan.mcdonald@xxxxxxxxxxxxxx
- Proxy auth with default credentials
- Prev by Date: Re: Proxy auth with default credentials
- Next by Date: Re: Proxy auth with default credentials
- Previous by thread: Re: Proxy auth with default credentials
- Next by thread: Re: Proxy auth with default credentials
- Index(es):