Re: Windows authentication over remoting... possible?
- From: Dominick Baier [DevelopMentor] <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 6 Jul 2006 21:30:13 +0000 (UTC)
sure - .NET 2.0 NegotiateStream supports all this.
read more her:
http://www.leastprivilege.com/SecureRemoting.aspx
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
Hi,
I have to develop an application that will consist of a service and a
windows forms application... the service could be on a distant server
but I need to authenticate the user as being part of the same domain.
so when the application starts, I can send something to the remote
service and query for some objects and the service can give me the
objects if I'm the right user (part of the right group). I don't want
to send username and password nor password hash over the network so if
there is a better way (just like SQL server does or many other apps),
I would like to know it (maybe if you have a link)
Thanks
ThunderMusic
.
- Prev by Date: Restrict access to application from "outside"
- Next by Date: Re: Windows authentication over remoting... possible?
- Previous by thread: Restrict access to application from "outside"
- Next by thread: Re: Windows authentication over remoting... possible?
- Index(es):
Relevant Pages
|