Contents

negotiatedTLSCipherSuite

The TLS cipher suite the task negotiated with the endpoint for the connection.

Declaration

var negotiatedTLSCipherSuite: tls_ciphersuite_t? { get }

Discussion

This value is a 2-byte sequence in host byte order. See tls_ciphersuite_t for possible values. If the task didn’t negotiate an encrypted connection, this value is nil.

See Also

Accessing transaction characteristics