Property
HaslContext:allow-clear-text
Description [src]
Determines whether or not mechanisms that depend on transport layer encryption like TLS are allowed to be used on a non-TLS connection.
If HaslContext:tls
is FALSE
, then these mechanisms, like
the PLAIN
mechanism will only be attempted if this property is TRUE
.
Type:gboolean
Getter method | hasl_context_get_allow_clear_text() |
Setter method | hasl_context_set_allow_clear_text() |