Click or drag to resize

SslAcceptFlags Enumeration

Specifies the SSL server certificates accepted.

Namespace: Flex.Hal.Settings
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public enum SslAcceptFlags
Members
Member nameValueDescription
SelfSigned4 A self-signed certificate.
Expired8 An expired certificate.
NotYetValid16 A not-yet-valid certificate.
Invalid32 An invalid certificate.
NameMismatch64 A certificate with a name that does not match the host name.
See Also