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: 6.0.8219.1880
Syntax
public enum SslNotAcceptAction
Members
Member nameValueDescription
IgnoreAndConnect0 Ignore and connect.
Prompt1 Prompt for user response.
DoNotConnect2 Do not connect.
See Also