Hi,
I am new to .NET remoting and was wondering if someone could fill in some blanks.
I want to use a TcpChannel to perform IPC over TCP and want to be able to secure it as sensitive data could be transferred.
Is it as easy as setting the secure property when registering the channel?
Does this encrypt the data in transit and if so what level of encryption is present in this case? And does this assume the client and server will be running under the same user/service account?
Thanks in advance for the help.