ConnectionSecurity Enum
An enumeration of connection security types.
Fields
Auto | Automatic connection security. |
None | Plain TCP connection. |
Ssl | Encrypted connection using Secure Sockets Layer (SSL). |
StartTls | Plain TCP connection which is encrypted after successful connect. |