WebEngineClientCertificateOption QML Type
Stellt eine Client-Zertifikatsoption dar. Mehr...
Import Statement: | import QtWebEngine |
Since: | QtWebEngine 1.9 |
Eigenschaften
- effectiveDate : datetime
- expiryDate : datetime
- isSelfSigned : bool
- issuer : string
- subject : string
Methoden
- void select()
Ausführliche Beschreibung
Siehe auch WebEngineClientCertificateSelection.certificates.
Eigenschaft Dokumentation
effectiveDate : datetime |
Das Datum und die Uhrzeit, zu der das Zertifikat gültig wird.
expiryDate : datetime |
Das Datum und die Uhrzeit, zu der das Zertifikat ungültig wird.
isSelfSigned : bool |
Ob das Zertifikat nur selbstsigniert ist.
issuer : string |
Der Aussteller des Zertifikats.
subject : string |
Der Betreff des Zertifikats.
Methode Dokumentation
void select() |
Wählt diese Option für Client-Zertifikate aus.
© 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.