WebEngineClientCertificateSelection QML Type

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

Import Statement: import QtWebEngine
Since: QtWebEngine 1.9

プロパティ

方法

詳細説明

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

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

WebEngineView.selectClientCertificateも参照のこと

プロパティ・ドキュメント

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


host : url

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


メソッド・ドキュメント

void select(WebEngineClientCertificateOption certificate)

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

selectNone()も参照


void select(int index)

クライアント証明書を、提供される証明書リストのインデックスindex で選択します。

selectNone()も参照


void selectNone()

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

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.