Make TLS Configuration Immutable Function
- Updated2025-07-30
- 2 minute(s) read
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.

Inputs/Outputs
TLS configuration
—
TLS configuration specifies the reference to the TLS configuration.
error in
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
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.
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
TLS configuration
—
error in
—
TLS configuration out
—
error out
—