DeviceServerUseSSL 方法 (String, String) |
使用SSL通信,传递一个证书的路径,以及证书的密码
命名空间:
HslCommunication.Core.Device
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void UseSSL(
string cert,
string password = ""
)
Public Sub UseSSL (
cert As String,
Optional password As String = ""
)
public:
void UseSSL(
String^ cert,
String^ password = L""
)
member UseSSL :
cert : string *
?password : string
(* Defaults:
let _password = defaultArg password ""
*)
-> unit
参数
- cert
- 类型:SystemString
传递一个证书 - password (Optional)
- 类型:SystemString
证书的密码
参见