Print Page | Close Window

When remoting, is the data that is sent over the wire encryprted?

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=232
Printed Date: 29-Aug-2025 at 8:06pm


Topic: When remoting, is the data that is sent over the wire encryprted?
Posted By: Customer
Subject: When remoting, is the data that is sent over the wire encryprted?
Date Posted: 12-Jul-2007 at 4:58pm
When remoting, is the data that is sent over the wire encryprted?



Replies:
Posted By: IdeaBlade
Date Posted: 12-Jul-2007 at 4:59pm

The data is actually not encrypted when remoting.  The user credentials which are passed with every request to the server are encrypted, but not the message data.  Messages are always passed in compressed binary format.

 




Print Page | Close Window