开发者

C# - secure `sockets` with SSL

hi i have a socket connection (server) developed with methods available in

using System.开发者_运维问答Net.Sockets;
using System.Net;

is it possible to secure the data communication in this sockets ? specially implement SSL ? any examples ?


You could use an SslStream. The documentation link contains an example of a TCP server and a client which communicate over SSL.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜