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()
이 클라이언트 인증서 옵션을 선택합니다.
© 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.