WebEngineClientCertificateOption QML Type
Representa una opción de certificado de cliente. Más...
| Import Statement: | import QtWebEngine |
| Since: | QtWebEngine 1.9 |
Propiedades
- effectiveDate : datetime
- expiryDate : datetime
- isSelfSigned : bool
- issuer : string
- subject : string
Métodos
- void select()
Descripción detallada
Véase también WebEngineClientCertificateSelection.certificates.
Documentación de propiedades
effectiveDate : datetime
La fecha y hora en que el certificado pasa a ser válido.
expiryDate : datetime
La fecha y hora en que el certificado deja de ser válido.
isSelfSigned : bool
Si el certificado es sólo autofirmado.
issuer : string
El emisor del certificado.
subject : string
El asunto del certificado.
Documentación del método
void select()
Selecciona esta opción de certificado de cliente.
© 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.