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.

 

ValueMeaning
tmDisableTLSTLS mode is not used.
tmImplicitTLSImplicitly sets the TLS mode at the beginning of a connection to the data server.
tmRequireExplicitTLSAttempts 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.
tmAllowExplicitTLSAttempts to set the TLS mode when authenticating to the server.

 

See also

TScFTPClient.TLSMode

TScSMTPClient.TLSMode

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support