Re: Effect of ensureSecurity parameter

Tech-Archive recommends: Fix windows errors by optimizing your registry



See the "How to protect Remoting" section here ...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/PAGPractices0002.asp

The second paramater will tell the remoting infrastructure to use a
NegotiateStream class instead of the NetworkStream. If the parameter is
set to false, the security settings defined in configuration will be
ignored.

.