Re: [DOTNET] User auth. using Remoting/TCP

2002-06-11 Thread Greg Reinacker
Not by default; identity information is not propogated across the remoting channel. You could either build this transparently into the channel (the easiest way is probably building a pair of channel sinks) or you could do it a bit more explicitly using the CallContext (easier to implement, but mu

[DOTNET] User auth. using Remoting/TCP

2002-06-07 Thread Jose M. Nobre
Hi... Is there an implicit way for a given service (exposed through remoting/TCP) to know wich user is calling it?? thanks in advance jmn You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.