microsoft-information-protection

Get the visual marking (such as header of footer) information for the Azure Information Protection Label

元气小坏坏 提交于 2021-02-11 05:10:48
问题 It is not possible for me with the given protection functions, to protect a document (pdf, docx) in a way that it shows the visual marking defined in the azure portal. By using the Microsoft Information Protection (MIP) SDK I'm able to read the labels and protect documents in accordance. If I Set the visual marking in the azure portal for 'footer' 'header' or 'watermark' and save it and publish it, the generated documents by applying the label with protection doesn't show the header,footer or

Get the visual marking (such as header of footer) information for the Azure Information Protection Label

半腔热情 提交于 2021-02-11 05:09:26
问题 It is not possible for me with the given protection functions, to protect a document (pdf, docx) in a way that it shows the visual marking defined in the azure portal. By using the Microsoft Information Protection (MIP) SDK I'm able to read the labels and protect documents in accordance. If I Set the visual marking in the azure portal for 'footer' 'header' or 'watermark' and save it and publish it, the generated documents by applying the label with protection doesn't show the header,footer or

Azure Information Protection | How to decrypt .EMLs coming from EWS API?

自闭症网瘾萝莉.ら 提交于 2021-02-07 04:33:06
问题 Given: We use EWS API to download email messages from Office 365 (Exchange Online) When emails are encrypted using AIP, body comes in encrypted Admin user is super-user - this user's creds are used to make requests against EWS Ask: In order to decrypt, it seems that we need to use https://docs.microsoft.com/en-us/information-protection/develop/concept-handler-protection-cpp . Is this the correct API to use? If so, above API is in C++. Is there anything available in C#? Simple samples of how

MIP SDK error while deploying in Azure - SSL failure Inner exception: [http_exception: 'WinHttpSendRequest' CorrelationId.Description=PolicyProfile

眉间皱痕 提交于 2021-01-29 09:12:31
问题 MIP works good locally. But while deploying in azure, we are getting error like below. SSL failure Inner exception: [http_exception: 'WinHttpSendRequest: 12030: The connection with the server was terminated abnormally'], CorrelationId=6b3dc820-a7a4-4dc0-8636-9dca3b529586, CorrelationId.Description=PolicyProfile, HttpRequest.Id={B0F01977-8904-49AC-AF7C-B1E7E43D8E0C}, HttpRequest.SanitizedUrl=https://dataservice.protection.outlook.com/PsorWebService/v1/ClientSyncFile/MipPolicies, NetworkError

Decrypting an encrypted office 365 email using MIP SDK

寵の児 提交于 2020-07-07 12:27:27
问题 I am following the forum thread: Azure Information Protection | How to decrypt .EMLs coming from EWS API? I am interested in knowing the steps to decrypt an encrypted office 365 email. Can you please comment on the following: As you mentioned that one has to convert the email to .msg file, so my question is, after writing the email (i think Mime stream) to msg file, would the file persists the encryption? What is the role of .rpmsg file in decryption, which is the attachment inside the

Azure mip sdk Error: NoPolicyException: Compliance policy not configured: missing <policy> tag,

╄→尐↘猪︶ㄣ 提交于 2020-06-01 04:32:40
问题 Getting the below error on this line: var fileEngine = Task.Run(async () => await fileProfile.AddEngineAsync(engineSettings)).Result; Error: NoPolicyException: Compliance policy not configured: missing tag 回答1: After migrating to office 365, this issue gone and able to read labels 来源: https://stackoverflow.com/questions/54854931/azure-mip-sdk-error-nopolicyexception-compliance-policy-not-configured-missin