[Mono-dev] The best way to secure remoting?

Robert Jordan robertj at gmx.net
Mon Dec 3 16:35:14 EST 2007


pablosantosluac wrote:
> Hi there,
> 
> AFAIK with .net 2.0 SSL is an standard channel, isn't it?

No, in MS.NET 2.0 it is based on NegotiateStream that uses
whichever authentication and encryption Windows SSPI dictates.
See MSDN.

> But my question is: if I want to keep the mono-1.0 profile... what's the 
> best way to secure remoting communication?

Host your remoting objects in XSP and use HttpChannel + SOAP formatter
over SSL.

Robert




More information about the Mono-devel-list mailing list