SslNotAcceptAction Enumeration |
Specifies the actions to take when SSL server certificate is not accepted.
Namespace: Flex.Hal.SettingsAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax public enum SslNotAcceptAction
Public Enumeration SslNotAcceptAction
Members Member name | Value | Description |
---|
IgnoreAndConnect | 0 |
Ignore and connect.
|
Prompt | 1 |
Prompt for user response.
|
DoNotConnect | 2 |
Do not connect.
|
See Also