Discuss this help topic in SecureBlackbox Forum
The content of the CMS message.
Declaration
[C#/Java]
byte[] Content;
[VB.NET]
Property Content As Byte()
[Pascal]
property Content : ByteArray;
[C++]
void get_Content(std::vector<uint8_t> &OutResult);
void set_Content(const std::vector<uint8_t> &Value);
[PHP]
string get_Content()
void set_Content(array of byte|string|NULL $Value)
Description
Use this property to get or set the content of the CMS message.
Discuss this help topic in SecureBlackbox Forum