このページでは

WebEngineClientCertificateSelection QML Type

クライアント証明書のセレクションを提供します。詳細...

Import Statement: import QtWebEngine
Since: QtWebEngine 1.9

プロパティ

方法

詳細説明

WebサイトがSSLクライアント証明書を要求し、システムのクライアント証明書ストアに1つ以上の証明書がある場合、この型は選択する証明書へのアクセスと、証明書を選択するメソッドを提供します。

選択は非同期である。証明書が選択されず、オブジェクトのコピーが生かされていない場合、ロードは証明書なしで続行されます。

WebEngineView.selectClientCertificateも参照のこと

プロパティ・ドキュメンテーション

certificates : list<WebEngineClientCertificateOption>

選択可能なクライアント証明書

host : url

クライアント証明書を要求するサーバのホストとポート。

メソッド・ドキュメント

void select(WebEngineClientCertificateOption certificate)

クライアント証明書を選択するcertificate 。証明書は、提供されている証明書のいずれかでなければならない。

selectNone()も参照のこと

void select(int index)

提供されている証明書リストのインデックスindex にあるクライアント証明書を選択する。

selectNone()も参照のこと

void selectNone()

提供された証明書を使用せずに続行する。これは、このオブジェクトの最後のコピーを破棄するときと同じ動作である。

select()も参照

© 2026 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.