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