| SslAcceptFlags Enumeration | 
            Specifies the SSL server certificates accepted.
            
Namespace: Flex.Hal.SettingsAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
 Syntax
Syntaxpublic enum SslAcceptFlags
Public Enumeration SslAcceptFlags
 Members
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
See Also