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.