User Profile
Tom_Moser
Joined 10 years ago
User Widgets
Recent Discussions
Re: AIP - Unprotecting an protecting Office files
AlexNbg72 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.1.6KViews0likes0CommentsRe: Microsoft Information Protection SDK 1.6 Solution Containerization Error (Using C# Package)
Hi imdevesh, The MIP SDK .NET wrapper isn't supported on Linux platforms today. We hope to enable this in the future. We're working on fixing the NuGet package so it won't install on these platforms.3.2KViews0likes1CommentRe: Error while using “IpcCreateLicenseFromTemplateId” function in RMS SDK 2.1
Esaggese It's different than MIP SDK. I don't have any experience with RMS SDK to be very helpful, but if I had to guess I'd say that the file path is invalid or the client hasn't bootstrapped and downloaded templates. A procmon trace should help you find what file the process is missing.1.2KViews0likes0Comments