Azure Information Protection update

Hi,

is there any news regarding processing documents with Azure Information Protection (WORDSNET-17433, CELLSNET-46335 and SLIDESNET-40543)?

Thx,
Oliver

@dr.doc

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);

@dr.doc,

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.