Session.tlsInteraction

Set tlsInteraction property.

  1. gio.tls_interaction.TlsInteraction tlsInteraction [@property getter]
  2. gio.tls_interaction.TlsInteraction tlsInteraction [@property setter]
    class Session
    @property
    void
    tlsInteraction

Parameters

propval gio.tls_interaction.TlsInteraction

A gio.tls_interaction.TlsInteraction object that will be passed on to any gio.tls_connection.TlsConnections created by the session.

This can be used to provide client-side certificates, for example.