Discuss this help topic in SecureBlackbox Forum

XML: Decrypt external data

After you called TElXMLDecryptor.Decrypt() method to perform decryption, you need to check the value of TElXMLDecryptor.EncryptedDataType property. If the property value is xedtExternal, then the decrypted data is located in TElXMLDecryptor.DecryptedData property. You can save the data wherever you need.

How To articles about XML encryption (XMLEnc)

Discuss this help topic in SecureBlackbox Forum