SslAcceptFlags Enumeration |
Specifies the SSL server certificates accepted.
Namespace:
Flex.Hal.Settings
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax [FlagsAttribute]
public enum SslAcceptFlags
<FlagsAttribute>
Public Enumeration SslAcceptFlags
Members
| Member name | Value | Description |
---|
| SelfSigned | 4 |
A self-signed certificate.
|
| Expired | 8 |
An expired certificate.
|
| NotYetValid | 16 |
A not-yet-valid certificate.
|
| Invalid | 32 |
An invalid certificate.
|
| NameMismatch | 64 |
A certificate with a name that does not match the host name.
|
See Also