I wrote a curl example to use the rest api of "aws iot core" and confirmed that it was operating. However, in the authentication process in the c# http client, I do not know how to insert the following three authentication values.
I would appreciate it if I could get help.
Below is the curl phrase.
curl --tlsv1.2 --cacert AmazonRootCA1.txt \
--cert test_thing.cert.pem \
--key test_thing.private.key \
--request POST \
--data "test gogo" \
"https://[iot_url].iot.ap-northeast-2.amazonaws.com:8443/topics/topic_2?qos=1" \