WebEngineClientCertificateSelection QML Type

다양한 클라이언트 인증서를 제공합니다. 더 보기...

Import Statement: import QtWebEngine
Since: QtWebEngine 1.9

속성

방법

상세 설명

웹 사이트에서 SSL 클라이언트 인증서를 요청하고 시스템의 클라이언트 인증서 스토어에 하나 이상의 인증서가 있는 경우 이 유형은 선택할 수 있는 인증서에 대한 액세스와 하나를 선택하는 방법을 제공합니다.

선택은 비동기식입니다. 인증서를 선택하지 않고 개체의 복사본이 유지되지 않으면 인증서 없이 로드가 계속됩니다.

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.