Discuss this help topic in SecureBlackbox Forum
Returns the contents of the ASiC manifest.
Declaration
[VB.NET]
Property Contents As Byte()
[Pascal]
property Contents : ByteArray;
[PHP]
string get_Contents()
void set_Contents(array of byte|string|NULL $Value)
[Java]
byte[] getContents();
void setContents(byte[] Value);
Description
Use this property to access the manifest data.
Discuss this help topic in SecureBlackbox Forum