Forum Discussion
AIP - Unprotecting an protecting Office files
- Jun 18, 2020
Hi! This scenario functions a bit differently than you might expect. We refer to this as republishing and we've recently documented it here: https://docs.microsoft.com/en-us/information-protection/develop/quick-file-republishing-csharp
Can you take a look at that and let me know if it answers your question?
The cloud or identity are required for service discovery. When you create the FileEngineSettings object, you must provide an object of Microsoft.InformationProtection.Identity as part of the constructor, or set it on the object after initialization.
If you don't have the identity of the user, then you must set the Cloud parameter on the FileEngineSettings object.
Hi! This scenario functions a bit differently than you might expect. We refer to this as republishing and we've recently documented it here: https://docs.microsoft.com/en-us/information-protection/develop/quick-file-republishing-csharp
Can you take a look at that and let me know if it answers your question?
The cloud or identity are required for service discovery. When you create the FileEngineSettings object, you must provide an object of Microsoft.InformationProtection.Identity as part of the constructor, or set it on the object after initialization.
If you don't have the identity of the user, then you must set the Cloud parameter on the FileEngineSettings object.