Query related to decrypting .RPMSG file

Prasanth Pitchika 1 Reputation point
2021-05-25T15:08:09.713+00:00

Hi,

We are trying to automate the decryption process of a .RPMSG file using MIP SDK. We are using the below API to do this:
AcquireTokenSilent(scopes, accounts.FirstOrDefault()).ExecuteAsync();

Could you please let us know if it is possible to automate the decrypting process, without entering the user name and password?

We are planning to use Inspect() API from Microsoft.InformationProtection.File SDK.

Also, if we can get the OAuth token from another application and feed that token to some APIs inside Microsoft.InformationProtection.File SDK, can we automate the process of decrypting the RPMSG file?

Please let us know your thoughts on this?

--
Thanks
Prasanth

Azure Information Protection
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
520 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ANUBHAV ADHYAYAN 81 Reputation points
    2021-06-09T12:33:50.287+00:00

    Since OAUth is supported in the new MIP SDK for C++ , I believe you can try to implement that .

    0 comments No comments