Obsolete Members for sslDtlsConfiguration

The following members of QML type sslDtlsConfiguration are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Properties

Property Documentation

sslOptions : QList [deprecated in 6.11]

This property is deprecated since QtNetwork 6.11. We strongly advise against using it in new code.

Use sslOptionFlags instead. This property will be removed in Qt 7.

Holds the list of SslOption values, that are activated by configuration.

Warning: This property has known issues and its usage is discouraged. Specifically, it does not allow to disable an SSL option once it was enabled and can get out of sync with the underlying SSL configuration. It is kept only for source and behavior compatibility. Use sslOptionFlags property instead.

See also QSsl::SslOption and sslOptionFlags.