Author | Forum: General Questions Topic: Is Dart.PowerTCP.Sockets 1.1.1.4 support Secure Communication |
rovic From: brooklyn, NY USA Posts: 10 Member Since: 07/26/06 |
posted January 31, 2012 7:19 AM Hello We have Dart.PowerTCP.Sockets version 1.1.1.4 We are using below process for sending data :- 1) For send data : dart_tcp_obj.send(filedata) Is it the right process to send data using secure communication? If not then how can we send data with secure communication? Thanks |
Nick B (Admin) From: Utica, NY USA Posts: 619 Member Since: 05/25/10 Extra Support Options Custom Application Development |
posted January 31, 2012 11:21 AM Hello, dart_tcp_obj.SecureProtocol should also be set before connecting to your server, but yes, that is how to send data over any connection, secure or non-secure. For more information, see the Security Topics in the help documentation. |
rovic From: brooklyn, NY USA Posts: 10 Member Since: 07/26/06 |
posted February 7, 2012 6:29 AM Hello Thanks for your reply. I have seen the help documentation. But I need some more details regarding data send in secure connection. I did not understand two points. 1)Is Dart power tcp object will connect with another pc by default with security mode? 2)Should we need to change the process for send method or receive method? I will be more helpful if any one give me some example regarding secure data transfer or receive. I have used this code for send data- dart_tcp_obj.Send(FileData) Thanks |
Nick B (Admin) From: Utica, NY USA Posts: 619 Member Since: 05/25/10 Extra Support Options Custom Application Development |
posted February 7, 2012 9:38 AM Hello, I'm sorry, are you using Sockets or SSL Sockets? If only Sockets, then it does not support SSL. Since you have a current subscription, you may upgrade to the latest version of Sockets for .NET (4.4), which now includes SSL. If you would like to check out the changes to the component before deciding, you may download the trial here: http://www.dart.com/ptsknet.aspx To answer your questions: 1) No, the control does not connect securely by default. 2) Once the SecureProtocol is set to something other than SecureProtocol.None, and you've connected to a server, all communication with that server is secure. You do not need to do anything different with the send method whether you've connected secure or non-secure. |
Reply | General Questions Topics | Forums |
This site is powered by PowerTCP WebServer for ActiveX |