Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITcpSecureSocket::enableCertificateLogging ( P6BOOL  bEnable)
pure virtual

Enables debugging logging of certificate details for all successfully validated certificates during the SSL handshake.

This is a global setting and will affect logging for all SSL connections, not just the current connection.

Parameters
bEnable[ in ] A P6BOOL than when set to P6TRUE enable validated certificate logging and when set to P6FALSE disables validated certificate logging.
Returns