Rights Management
2 TopicsError while using IpcCreateLicenseFromTemplateId function in RMSSDK2.1 in AzureInformationProtection
Hi, I am using RMS client 2.1 SDK to apply protection on PDF file. Client has provided us with template ID. But when I try to use the function "IpcCreateLicenseFromTemplateId" I get error “The System cannot find the file specified. HRESULT: 0x80070002”. **************************************************************************************** string viewAndPrint = "xxxxx-xxxx-xxx-xxxx-xxxxxxxx"; //Error in thisline SafeInformationProtectionLicenseHandle handle = SafeNativeMethods.IpcCreateLicenseFromTemplateId(viewAndPrint); SafeNativeMethods.IpcSetLicenseUserRightsList(handle, userRights); SafeNativeMethods.IpcSetLicenseValidityTime(handle, term); string encryptedFilePath = SafeFileApiNativeMethods.IpcfEncryptFile( filePath, handle, SafeFileApiNativeMethods.EncryptFlags.IPCF_EF_FLAG_KEY_NO_PERSIST, true,false,true,null,symmetricKeyCred); **************************************************************************************** Please help me solve this error.707Views0likes0CommentsAzure Information Protection labels being overrided
I recently implemented the Azure Information Protection P1 in my tennant. When I label a document as "Confidential - All Employees" it becomes available to all employees. If I share the document by rightclicking the document and using the "Azure information Protection" Client - and then I classify the Document as "Confidential - All Employees" - and check the "Protect with custom permissions" and choose an email from outside my organisation, it will then override that label and not allow Employees to open the document. Is this intended? Does the "Custom Permissions" override these labels on purpose, or is this a mistake on my part? Thanks in advanced.1.2KViews0likes0Comments