I'm looking to have authentication and encrypted communications using TCP between clients and servers that don't have to be Windows-based (could be Linux). The clients can each be connected to one or more servers using multiple Zyan connection and proxy objects. Both clients and servers are Windows services that can be initialized with database settings. There could be usernames and passwords. Some simple encryption is desirable for communications after authentication.
I've read the documentation, and realize that I should implement IAuthenticationProvider in some way. (Is this on the server side?) I'm not quite sure how it is all supposed to work. May I see an example of a likely setup, with client and server code?
I've read the documentation, and realize that I should implement IAuthenticationProvider in some way. (Is this on the server side?) I'm not quite sure how it is all supposed to work. May I see an example of a likely setup, with client and server code?