Property
HaslContext:tls
since: 0.1.0
Description [src]
Tells the context whether or not the connection is being ran on is over TLS or not.
This is used in conjunction with
HaslContext:allow-clear-text to determine if mechanisms that
depend on the transport layer to secure credentials should be attempted.
| Type: | gboolean |
| Available since: | 0.1.0 |
| Default value | FALSE |
| Getter method | hasl_context_get_tls() |
| Setter method | hasl_context_set_tls() |