Remoting security

From: dr (dr_at_discussions.microsoft.com)
Date: 11/29/04


Date: Mon, 29 Nov 2004 08:03:01 -0800

I want to use remoting to talk between two applications on the same PC but am
concerned about security.
What are the security implications of using Remoting locally on a computer?
I keep hearing about how it is insecure but is it really any more insecure
that any sockets for interprocess communication?



Relevant Pages

  • Remoting security
    ... I want to use remoting to communicate between 2 applications on the same PC ... but I keep hearing about how remoting is insecure. ... What are the security ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Remoting security
    ... Remoting is "insecure" in that it does not provide built-in authnetication ... it's up to you to write your own depending ... sockets for transporting method calls between client and server. ...
    (microsoft.public.dotnet.framework.remoting)