NetworkAlienClientIsCheckPwd 属性 |
是否统一检查密码,如果每个会话需要自己检查密码,就需要设置为false
Whether to check the password uniformly, if each session needs to check the password by itself, it needs to be set to false
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool IsCheckPwd { get; set; }
Public Property IsCheckPwd As Boolean
Get
Set
public:
property bool IsCheckPwd {
bool get ();
void set (bool value);
}
member IsCheckPwd : bool with get, set
属性值
类型:
Boolean参见