Click or drag to resize

FlexSecureMode Enumeration

Specifies the encryption methods.

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public enum FlexSecureMode
Members
  Member nameValueDescription
None1 No encryption is used for the connection.
SslImplicit2 Connects with implicit SSL/TLS.
SslExplicit3 Connects with explicit SSL/TLS.
Ssh4 Connects with SSH.
See Also