SSLStartMode
This property determines how the provider starts the SSL negotiation.
Possible Values
Automatic, Implicit, Explicit, NoneData Type
string
Default Value
"None"
Remarks
The SSLStartMode property may have one of the following values:
Automatic | If the remote port is set to the standard plain text port of the protocol (where applicable), the connector will behave the same as if SSLStartMode is set to Explicit. In all other cases, SSL negotiation will be implicit. |
Implicit | The SSL negotiation will start immediately after the connection is established. |
Explicit | The connector will first connect in plaintext, and then explicitly start SSL negotiation through a protocol command such as STARTTLS. |
None | No SSL negotiation, no SSL security. All communication will be in plain text mode. |