Authentication, different Domain

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hy

I'm developing a c# (windows.forms) application
From that app, i need to access to a computer connected within another domain. Using the explorer i can access this computer, after authenticating as a user of the other domain

How can I authenticate using my c# -app? I've tried importing "LogonUser", but this doesn't work as I need to authenticate with a user from the other domain

Thanks in advance

Rupert
 
Now I've found a solution in using "WNetAddConnection2". That's ok, I'll use this

Greetings
Rupert
 
Back
Top