question

ranirishmawi-6239 avatar image
0 Votes"
ranirishmawi-6239 asked MarileeTurscak-MSFT commented

How to use the FileHandler InspectAsync call in the MIP SDK for rpmsg files?

The are no examples on how to inspect rpmsg files using the MIP SDK library. Can anyone provide and example of such use. To be precise, calling inspect method and then trying to read the body using the IMsgInspector interface return the ENCRYPTED version of the body. Am I missing something?

azure-information-protection
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

It looks like you can use mip::FileInspector and mip::FileHandler::InspectAsync() but you're right that there aren't a lot of samples for this. I found these ones, and there may be more on Github:

https://github.com/MicrosoftDocs/Azure-RMSDocs/blob/master/mip/develop/reference/class_mip_filehandler.md
https://github.com/MicrosoftDocs/Azure-RMSDocs-pr.zh-tw/blob/cd0d42d3ea6f2dcfa85fc28465f9fb355a2101be/mip/develop/concept-republishing.md

It might be worth making a sample request with the docs team for this.

1 Vote 1 ·

0 Answers