点击或拖拽改变大小

CommunicationTcpServerUseSSL 方法 (String, String)

使用SSL通信,传递一个证书的路径,以及证书的密码

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.0.0 (12.1.0.0)
语法
public void UseSSL(
	string cert,
	string password = ""
)

参数

cert
类型:SystemString
传递一个证书
password (Optional)
类型:SystemString
证书的密码
参见