Unit
ScUtils
type
TScTLSMode = (tmDisableTLS, tmImplicitTLS, tmRequireExplicitTLS, tmAllowExplicitTLS);
Description
The TScTLSMode enumeration represents the level of Transport Layer Security (TLS) required for control channel and data channel connections in the FTP or SMTP connection.
Value | Meaning |
tmDisableTLS | TLS mode is not used. |
tmImplicitTLS | Implicitly sets the TLS mode at the beginning of a connection to the data server. |
tmRequireExplicitTLS | Attempts to set the TLS mode when authenticating to the server. If the TLS connection is not established, the connection is dropped and an error is raised. |
tmAllowExplicitTLS | Attempts to set the TLS mode when authenticating to the server. |
See also