EndpointDescription QML Type
OPC UA EndpointDescription。詳細...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.13 |
プロパティ
- MessageSecurityMode : enumeration
- endpointUrl : string
- securityMode : MessageSecurityMode
- securityPolicy : string
- server : ApplicationDescription
- userIdentityTokens : list<UserTokenPolicy>
詳細説明
エンドポイントの説明には、エンドポイントに関する情報と、エンドポイントへの接続方法が含まれます。
プロパティの説明
MessageSecurityMode : enumeration |
エンドポイントがサポートするセキュリティモード。
定数 | 説明 |
---|---|
Invalid | デフォルト値は、サーバーによって拒否されます。 |
None | セキュリティなし。 |
Sign | メッセージは署名されるが暗号化されない。 |
SignAndEncrypt | メッセージは署名され、暗号化される。 |
endpointUrl : string |
エンドポイントの URL。
securityMode : MessageSecurityMode |
このエンドポイントがサポートするセキュリティ・モード。
securityPolicy : string |
セキュリティ・ポリシーの URI。
server : ApplicationDescription |
サーバーのアプリケーション記述。
userIdentityTokens : list<UserTokenPolicy> |
エンドポイントが受け入れるユーザー ID トークンのリスト。
© 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.