Hi, I'm working on getting cipher suit used by https request with winhttp, I find this
https://docs.microsoft.com/en-us/windows/win32/api/winhttp/ns-winhttp-winhttp_security_info
but I don't find related option and struct define in winhttp header file, I'm using vs2019 and 10.0.18362.0 sdk
I also find something similar in winineti but I'm not going to do refactor and start over, so is it possible to use winhttp to get what I want, thanks.