Hi,
is there any news regarding processing documents with Azure Information Protection (WORDSNET-17433, CELLSNET-46335 and SLIDESNET-40543)?
Thx,
Oliver
Hi,
is there any news regarding processing documents with Azure Information Protection (WORDSNET-17433, CELLSNET-46335 and SLIDESNET-40543)?
Thx,
Oliver
We regret to share with you that there is no update available on issues WORDSNET-17433, CELLSNET-46335 and SLIDESNET-40543. Thanks for your patience.
Regarding WORDSNET-17433, you can check that the document is encrypted using the following simple code. Hope this helps you.
FileFormatInfo info = FileFormatUtil.DetectFileFormat("encrypted.docx");
Console.WriteLine("IsEncrypted = " + info.IsEncrypted);
Regarding the ticket (logged earlier as “CELLSNET-46335”), we are afraid we could not support this feature. The files are encrypted, but there is no EncryptedInfo part which contains encryption algorithm and password settings in the file. It seems MS Excel will get EncryptedInfo from Microsoft Azure Information protection services after authority.
The issues you have found earlier (filed as WORDSNET-17433) have been fixed in this Aspose.Words for .NET 24.9 update also available on NuGet.