Makes a Transport Layer Security (TLS) configuration immutable. You must make a TLS configuration immutable before applying the TLS configuration to a TCP connection using the Start TLS function or Accept TLS function.


icon

Inputs/Outputs

  • cgnrn.png TLS configuration

    TLS configuration specifies the reference to the TLS configuration.

  • cerrcodeclst.png error in

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ignrn.png TLS configuration out

    TLS configuration out returns a reference to the new, immutable TLS configuration. Use this output to refer to this TLS configuration in subsequent function calls.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Data Communication\Protocols\TLS\Connect to TLS Server.vi