Discuss this help topic in SecureBlackbox Forum
Contains a value of the CipherReference data
Declaration
[VB.NET]
Property CipherValue As Byte()
[Pascal]
property CipherValue : ByteArray {array of byte};
[C++]
void get_CipherValue(std::vector<uint8_t> &OutResult);
void set_CipherValue(const std::vector<uint8_t> &Value);
[PHP]
string get_CipherValue()
void set_CipherValue(array of byte|string|NULL $Value)
[Java]
byte[] getCipherValue();
void setCipherValue(byte[] Value);
Description
This property contains the actual value of the data, which was referenced, after dereferencing and transformation.
Discuss this help topic in SecureBlackbox Forum