Question

How I can pass my NetworkCredendials by .Net Remoting? Is it possible?

I've a service (TeamFoundationServer) where need a authorize using user's NetworkCredentials. In past, I had used open User/Password pair, but for security reason at now it is not good.
Problem is that NetworkCredentials is not serializable, and I can't pass it as parameter in some method.
Maybe exist other way?

Thank's.

Was it helpful?

Solution

Please read http://blogs.msdn.com/b/anantd/archive/2004/02/23/78499.aspx for ways to set the credentials used by remoting.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top