AuthenticationInformation QML Type
OPC UA 인증 정보입니다. 더 보기...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.13 |
메서드
- setAnonymousAuthentication()
- setUsernameAuthentication(string username, string password)
상세 설명
이 클래스는 서버에서 로그인을 수행하는 데 필요한 정보를 보유합니다.
var authInfo = connection.authenticationInformation; authInfo.setUsernameAuthentication("user1", "password"); connection.authenticationInformation = authInfo;
현재 지원되는 인증 방법은 다음과 같습니다:
- 익명
- Usernane
- 인증서
setAnonymousAuthentication() 및 setUsernameAuthentication()도 참조하세요 .
메서드 문서
setAnonymousAuthentication() |
인증 방법을 익명으로 설정합니다.
주어진 username 및 password 을 사용하여 인증 방법을 사용자 이름으로 설정합니다.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.