MqttConnectionOptionsUseRSAProvider 属性 |
获取或设置当前的连接是否加密处理,防止第三方对注册报文进行抓包处理,从而分析出用户名和密码,只适用于基于HslCommunication创建的MQTT Server。
Get or set whether the current connection is encrypted or not, to prevent the third party from capturing the registration message,
so as to analyze the user name and password. It is only applicable to the MQTT Server created based on HslCommunication.
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool UseRSAProvider { get; set; }
Public Property UseRSAProvider As Boolean
Get
Set
public:
property bool UseRSAProvider {
bool get ();
void set (bool value);
}
member UseRSAProvider : bool with get, set
属性值
类型:
Boolean参见