Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
33 views

I have downloaded 1.16 version of MIP SDK Java Wrapper for windows and able to successfully decrypt .rpmsg from Outlook. But now I have an Amazon Linux 2 (AL2) environment which is similar to RHEL. ...
Arun51's user avatar
  • 1
0 votes
0 answers
62 views

We need to use On-behalf-of flow using delegatedUser permissions to accept a file from a Angular client, determine if it's protected and then decrypt it and use decrypted bytes for various reasons. we ...
Dave Campbell's user avatar
0 votes
0 answers
79 views

I am trying to send an email with a sensitivity label from a sample web or desktop application. This sample Azure-Samples/MipSDK-Protection-Dotnet-Quickstart help me to understand MIP, but my target ...
Rafik's user avatar
  • 1
0 votes
1 answer
278 views

I’m working with Microsoft Information Protection (MIP) SDK to remove sensitivity labels from files: I’ve successfully created two labels within the same tenant, using the same token. Now I’m trying ...
손동진's user avatar
0 votes
1 answer
554 views

I'm using the Microsoft Information Protection (MIP) SDK in C# to apply sensitivity labels to files. When I apply certain labels, the code works without any issues. However, when I try to apply a ...
John Park's user avatar
  • 376
0 votes
1 answer
235 views

I am using C++ MIPSDK version 1.14.108 to read\write MIP labels on the documents. It using client credential grant flow to authenticate and uses client secret based authentication to fetch tokens (RMS ...
Bishnu's user avatar
  • 73
0 votes
1 answer
2k views

I am trying to apply Office sensitivity labels to a file in a .NET web application. I based myself mainly on this demo project: https://github.com/Azure-Samples/MipSDK-File-Razor-Sample My application ...
Valyrion's user avatar
  • 2,652
0 votes
1 answer
280 views

My company uses M365 with custom sensitivity labels in MIP. Some of this custom labels are configured to encrypt email and to target some specific users, inside or outside our organisation. Using ...
Christian's user avatar
0 votes
1 answer
403 views

I am trying to remove a UDP label set on a file in my tenant by using the following code. Could someone point me to a resource that talks about steps that I'll need to perform to remove this type of ...
K. Gill's user avatar
  • 31
2 votes
0 answers
247 views

I'm trying out this sample application in a Ubuntu 20.04 VM to decrypt an AIP protected office file using MIP SDK. For the application's dependency, I'm using MIP SDK Java Wrapper version 1.12.101 as ...
Minato Ng's user avatar
1 vote
1 answer
337 views

I need to read the MIP label(If it is there) from a file residing on a remote shares like SMB\DFS or NFS share. One option is to download the file locally and then read file label using MIP SDK. But ...
Bishnu's user avatar
  • 73
1 vote
0 answers
310 views

I am having issues setting the proxy for the MIP SDK, following the documentation found here. My application uses the Microsoft.InformationProtection.File nuget package to interact with the MIP SDK. ...
Damien's user avatar
  • 123
0 votes
1 answer
160 views

Requirement: If any file has protection(Sensitivity label) then we are throwing an error message. Before we go and do our actual implementation, I want to achieve this using TDD approach. Please let ...
nuthanmurari's user avatar
0 votes
1 answer
3k views

I've created a C# console application that downloads a document e.g. in .doc format from SharePoint Online. It then converts the document to .docx format before ascertaining the sensitivity label to ...
FraserE's user avatar
3 votes
1 answer
1k views

We're trying to decrypt emails obtained via the Graph API. Since the Graph API only returns MIME messages and not MSGs, we can't decrypt the messages directly and are now looking for a method to ...
Adrian Diemer's user avatar
0 votes
1 answer
109 views

File handler was throwing error for some png file so I updated the SDK to 1.9.90 from 1.8.102. Now it works fine but printing error for CreateFileHandlerAsync() method saying " MIP Error: XPath ...
Ravi Bamrotiya's user avatar
0 votes
1 answer
768 views

I am trying to apply a sensitivity label with protection to a .doc file. The process does not report an error but I am unable to open the file after applying the label. This is what I see in MS Word: ...
K. Gill's user avatar
  • 31
0 votes
1 answer
323 views

I still can not get mipsdk-dotnet-file-quickstart-main (mip_sdk_ubuntu1804_file_1.8.97) running Ubuntu 18.04 . I do get the following error after compilation with msbuild *#/mipsdk-dotnet-file-...
user14198519's user avatar
1 vote
2 answers
771 views

We are using the MIP SDK to apply sensitivity labels to files (using the c# Microsoft.InformationProtection.File nuget package). We use the IFileHandler.SetLabel method for this. This seems to ...
JBart's user avatar
  • 82
0 votes
1 answer
874 views

Basically our requirement is to download existing pdf document (having MIP encryption), then decrypt the PDF file, modify content in PDF and then encrypt back. I am using File SDK. Till modifying ...
Srini K's user avatar
  • 121
0 votes
2 answers
1k views

I am working on integrating mip sdk version 1.6 as per latest release document on Android. I am able to get access token but when provided to initialize policy engine, it throws below error. Failed ...
Ashish Kshirsagar's user avatar