Location:
SecureSocketInterface.h
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. |
|