D
David Lucus
I have become lost and need some help. Here is the problem:
I have created a service that will run under a system account when
installed. I am trying to build a client win form that will call the
functions inside the service. I have been able to get the windows identity
of the user that is logged into the client machine. I would like to pass
their credentials to the server so that it can be verified if they are apart
of the correct user group. (Local Administrators).
For the life of me, I cannot figure out how to pass the credentials. I am
trying to connect through the TCPClient and TCPListener in the dotnet
framework. If anyone has any suggestions or direction I would be greatly
appreciative.
Thanks in advance,
David
I have created a service that will run under a system account when
installed. I am trying to build a client win form that will call the
functions inside the service. I have been able to get the windows identity
of the user that is logged into the client machine. I would like to pass
their credentials to the server so that it can be verified if they are apart
of the correct user group. (Local Administrators).
For the life of me, I cannot figure out how to pass the credentials. I am
trying to connect through the TCPClient and TCPListener in the dotnet
framework. If anyone has any suggestions or direction I would be greatly
appreciative.
Thanks in advance,
David