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: 6.0.8219.1880
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