Discuss this help topic in SecureBlackbox Forum
Contains the result of the transform.
Declaration
[C#]
byte[] TransformedData;
[VB.NET]
Property TransformedData As Byte()
[Pascal]
property TransformedData : ByteArray;
[C++]
void get_TransformedData(std::vector<uint8_t> &OutResult);
void set_TransformedData(const std::vector<uint8_t> &Value);
[PHP]
string get_TransformedData()
void set_TransformedData(array of byte|string|NULL $Value)
[Java]
byte[] getTransformedData();
void setTransformedData(byte[] Value);
Description
Use this property to get the result of the XML transform,
if
TransformData has returned
tdtBinary.
Discuss this help topic in SecureBlackbox Forum