Click or drag to resize

SslNotAcceptAction Enumeration

Specifies the actions to take when SSL server certificate is not accepted.

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public enum SslNotAcceptAction
Members
  Member nameValueDescription
IgnoreAndConnect0 Ignore and connect.
Prompt1 Prompt for user response.
DoNotConnect2 Do not connect.
See Also