Search code examples
azureazure-storageiotazure-iot-hubazure-iot-sdk

Azure IoT Upload File to Blob


Does the upload file to blob feature of the azure-iot-sdk-c currently implement any integrity checks such as an md5 hash of the blob contents? I am aware of the c-sharp sdk doing this, but I need confirmation on the c sdk.


Solution

  • The only mentioning of hashing for azure-iot-sdk-c, is through the use of hsm_client_sign_with_identity, for custom HSM, the documentation can be found here. C# and Python do have the abilities stated in this doc