Azure / azure-storage-cpp

Microsoft Azure Storage Client Library for C++
http://azure.github.io/azure-storage-cpp
Apache License 2.0
132 stars 147 forks source link

how to use set_ssl_context_callback() function #229

Closed zhuweili closed 5 years ago

zhuweili commented 5 years ago

Currently I am using blob to upload some file to azure. I need to use my own .pem file, end up with set_ssl_context_callback() function. Can I get a code example about how to and where to use this function during creating client? I can't find any docs about this. Thanks.

katmsft commented 5 years ago

Please take a look at this issue: https://github.com/Azure/azure-storage-cpp/issues/197