Hi,
I have Windows Service server application using .NET Remoting with TCPChannel.
I need to add SSL for the TCPChannel. No HttpChannel. No IIS.
Following article is not helpful for me because I want to use some SSL implementation/library and I not reinvent the wheel.. msdn.microsoft.com/en-us/magazine/cc300447.aspx#S1
I'm wondering if I can use SSLStream in the remoting instead of regular Stream/ChunkedMemoryStream?
Thank you for your help.