Use WS-Security with .NET Remoting

Edit this page | less than 1 minute read

A while ago, Microsoft published an interesting article that explains how to add WS-Security support to a .NET Remoting channel. It relies on custom Remoting sinks (both client and server) that use the out-of-the-box services provided by Web Service Enhancements 1.0. By injecting those sinks into the channel configuration of your Remoting infrastructure, they will wrap the Remoting messages into SOAP envelopes and vice versa. Quite a nice idea, I must say.

Updated:

Leave a Comment