The best way to do this is to not do it an rely on the existing login to
Windows that the user has aleady done. If you need to have the run as a
different user, they can use the Runas command in the Windows shell or
command line.
Joe K.
"ram" <ram (AT) discussions (DOT) microsoft.com> wrote
Quote:
how do I implement windows authentication in a winform app?
I am developing a winform app with a login screen, where the user would
enter their NT domain name, user id and password. these should be validated
|
and then used elsewhere in the application.
Quote:
different users share the computer where the application is installed.
thanks! |