AuthenticationInformation QML 类型
OPC UA 认证信息。 更多...
导入语句 | import QtOpcUa |
自 | QtOpcUa 5.13 |
方法
- setAnonymousAuthentication()
- setUsernameAuthentication(string username, string password)
详细描述
此类包含执行服务器登录所需的信息。
var authInfo = connection.authenticationInformation; authInfo.setUsernameAuthentication("user1", "password"); connection.authenticationInformation = authInfo;
当前支持的认证方法包括
- 匿名
- 用户名
- 证书
另请参阅setAnonymousAuthentication() 和 setUsernameAuthentication().
方法说明
setAnonymousAuthentication() |
将认证方法设置为匿名。
© 2024 The Qt Company Ltd. 本文档贡献的版权属于其各自所有者。此处提供的文档受 GNU 自由文档许可证版本 1.3 的条款约束,由自由软件基金会发布。Qt 及相关标志是 The Qt Company Ltd. 在芬兰及/或全球其他国家的商标。所有其他商标均为各自所有者的财产。