FlexSecureMode Enumeration |
Specifies the encryption methods.
Namespace: Flex.Hal.SettingsAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax public enum FlexSecureMode
Public Enumeration FlexSecureMode
Members Member name | Value | Description |
---|
None | 1 |
No encryption is used for the connection.
|
SslImplicit | 2 |
Connects with implicit SSL/TLS.
|
SslExplicit | 3 |
Connects with explicit SSL/TLS.
|
Ssh | 4 |
Connects with SSH.
|
See Also