Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITcpSecureSocket::getNegotiatedCipher ( P6WCHAR pBuffer,
P6SIZE  cBuffer 
)
pure virtual

Returns a description of the cipher that was negotiated for the current connection.

Parameters
pBuffer[ out ] A pointer to a whide character buffer in which will be placed a string describing the current cipher, authentication, mac and key exchange that was negotiated for the current connection. (eg. "DHE-RSA-AES256-SHA SSLv3 Kx=DH Au=RSA Enc=AES(256) Mac=SHA1")
cBuffer[ in ] The size of pBuffer in characters. This should be at least 128 characters long.
Returns