WebEngineClientCertificateOption QML Type
クライアント証明書オプションを表します。詳細...
Import Statement: | import QtWebEngine |
Since: | QtWebEngine 1.9 |
プロパティ
- effectiveDate : datetime
- expiryDate : datetime
- isSelfSigned : bool
- issuer : string
- subject : string
方法
- void select()
詳細説明
WebEngineClientCertificateSelection.certificatesも参照してください 。
プロパティ文書
effectiveDate : datetime |
証明書が有効になる日時。
expiryDate : datetime |
証明書が無効になる日時。
isSelfSigned : bool |
証明書が自己署名のみかどうか。
issuer : string |
証明書の発行者
subject : string |
証明書のサブジェクト
メソッド・ドキュメント
void select() |
このクライアント証明書オプションを選択します。
© 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.