Hello,
have you tried Impersonation?
You can use the Win32 LogonUser function via P/Invoke and pass alternate
credentials to the function. Then, pass the authentication token returned by
that function to one of the WindowsIdentity constructors.
This should help to troubleshoot those authentication problems.
Best regards,
Henning Krause
>I have an app that uses the RegistryKey class to open and read keys on
>remote systems in .Net 2.0. I want to give the user the ability to provide
[quoted text clipped - 3 lines]
>
> Thanks