Discuss this help topic in SecureBlackbox Forum
Decrypt the external data
After you called Decrypt() method of TElXMLDecryptor class to perform decryption, you need to check the value of EncryptedDataType property. If the property value is xedtExternal, then the decrypted data is located in DecryptedData property of TElXMLDoecryptor class. You can save the data wherever you need.