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
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