Veryfy user and password agains a windows account
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I'm writing an windows service, which accept connections via a TCP/IP socket. I want to verify the connectin users against windows accounts on the local machine. Do anyone know if there are somthing in .net to do this?? I have looked in System.Security.Principal, but all I could find was "current loged on user", which is not much of help. I would like to have somthing where I pass a username and password and get "accept / denied" or perhaps a usergroup or simular back. Ola Ericsson