vote up 1 vote down star

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.

flag
Team Foundation Server uses web services, not Remoting. – John Saunders Aug 12 at 12:49
I know, but I need write some proxy for using TFS, because using TFS library get amount memory. – Chernikov Aug 12 at 12:57

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.