Session.tlsInteraction

Get tlsInteraction property.

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

Return Value

Type: 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.