secureConnectionInfo property
Retrieves a string that describes the connection security.
Syntax
HRESULT value = object.get_secureConnectionInfo(BSTR* p);
Property values
Type: BSTR
Pointer to a variable of type BSTR that receives the info.
Remarks
IHTMLOptionsHolder::secureConnectionInfo was introduced in Windows Internet Explorer 7
The secure connection info string includes protocol and cipher name (including cipher strength and quality) if available.
Show: