Transport Layer Security (TLS)下載 PDF選擇的小節所選的小節與子小節完整手冊已更新2025-07-30閱讀時間為 2 分鐘LabVIEWAPI 參考LabVIEW G Use the Transport Layer Security (TLS) functions to implement TLS connection and secure remote communications. New TLS Configuration FunctionCreates a Transport Layer Security (TLS) configuration. After creating a TLS configuration, you must use the Make TLS Configuration Immutable function to make the configuration immutable before using the configuration to start or accept a TLS connection.Make TLS Configuration Immutable FunctionMakes 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.Close TLS Configuration FunctionCloses a Transport Layer Security (TLS) configuration.TLS Connection? FunctionDetects whether a TCP connection is encrypted with Transport Layer Security (TLS).Load Certificates Into Memory FunctionLoads one or more X.509 certificates into the local memory. Add Trusted Certificate To TLS Configuration FunctionAdds a Certificate Authority (CA) certificate to a Transport Layer Security (TLS) configuration and marks the certificate as trusted.Start TLS FunctionNegotiates a Transport Layer Security (TLS) connection on the specified TCP socket as a client. If successful, the connection is transparently encrypted. Otherwise, the connection is closed.Load Private Key Into Memory FunctionLoads an X.509 private key into the local memory.Add Private Key To TLS Configuration FunctionAdds a signed private key to a Transport Layer Security (TLS) configuration. The function is optional for clients but required for servers.Accept TLS FunctionNegotiates a Transport Layer Security (TLS) connection on the specified TCP socket as a server. If successful, the connection is transparently encrypted. Otherwise, the connection is closed. Parent topic: TCP
Use the Transport Layer Security (TLS) functions to implement TLS connection and secure remote communications. New TLS Configuration FunctionCreates a Transport Layer Security (TLS) configuration. After creating a TLS configuration, you must use the Make TLS Configuration Immutable function to make the configuration immutable before using the configuration to start or accept a TLS connection.Make TLS Configuration Immutable FunctionMakes 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.Close TLS Configuration FunctionCloses a Transport Layer Security (TLS) configuration.TLS Connection? FunctionDetects whether a TCP connection is encrypted with Transport Layer Security (TLS).Load Certificates Into Memory FunctionLoads one or more X.509 certificates into the local memory. Add Trusted Certificate To TLS Configuration FunctionAdds a Certificate Authority (CA) certificate to a Transport Layer Security (TLS) configuration and marks the certificate as trusted.Start TLS FunctionNegotiates a Transport Layer Security (TLS) connection on the specified TCP socket as a client. If successful, the connection is transparently encrypted. Otherwise, the connection is closed.Load Private Key Into Memory FunctionLoads an X.509 private key into the local memory.Add Private Key To TLS Configuration FunctionAdds a signed private key to a Transport Layer Security (TLS) configuration. The function is optional for clients but required for servers.Accept TLS FunctionNegotiates a Transport Layer Security (TLS) connection on the specified TCP socket as a server. If successful, the connection is transparently encrypted. Otherwise, the connection is closed. Parent topic: TCP
Use the Transport Layer Security (TLS) functions to implement TLS connection and secure remote communications. New TLS Configuration FunctionCreates a Transport Layer Security (TLS) configuration. After creating a TLS configuration, you must use the Make TLS Configuration Immutable function to make the configuration immutable before using the configuration to start or accept a TLS connection.Make TLS Configuration Immutable FunctionMakes 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.Close TLS Configuration FunctionCloses a Transport Layer Security (TLS) configuration.TLS Connection? FunctionDetects whether a TCP connection is encrypted with Transport Layer Security (TLS).Load Certificates Into Memory FunctionLoads one or more X.509 certificates into the local memory. Add Trusted Certificate To TLS Configuration FunctionAdds a Certificate Authority (CA) certificate to a Transport Layer Security (TLS) configuration and marks the certificate as trusted.Start TLS FunctionNegotiates a Transport Layer Security (TLS) connection on the specified TCP socket as a client. If successful, the connection is transparently encrypted. Otherwise, the connection is closed.Load Private Key Into Memory FunctionLoads an X.509 private key into the local memory.Add Private Key To TLS Configuration FunctionAdds a signed private key to a Transport Layer Security (TLS) configuration. The function is optional for clients but required for servers.Accept TLS FunctionNegotiates a Transport Layer Security (TLS) connection on the specified TCP socket as a server. If successful, the connection is transparently encrypted. Otherwise, the connection is closed. Parent topic: TCP