TClientCertMode
Description
Server client certificate mode. Specifies if client certificates will be asked for when in server mode, and also if they are
optional or must be provided to complete the handshake successfully.
EClientCertModeIgnore |
Client certificates won't be asked for during handshake negotiation.
|
EClientCertModeOptional |
Client certificates will be requested, but are not compulsory, and the handshake will continue if the client doesn't supply
one.
|
EClientCertModeRequired |
Client certificates must be supplied, and the handshake will fail if the client does not provide a one.
|
|
TDialogMode
Description
Untrusted certificate dialog mode. When an untrusted certificate is received, the dialog mode determines if the handshake
fails automatically, or if a dialog is displayed allowing the user the option of continuing anyway.