Discuss this help topic in SecureBlackbox Forum
Specifies the size of the payload size in bytes.
Declaration
[VB.NET]
Property PayloadSize As Integer
[Pascal]
property PayloadSize : integer;
[C++]
int32_t get_PayloadSize();
void set_PayloadSize(int32_t Value);
[PHP]
integer get_PayloadSize()
void set_PayloadSize(integer $Value)
[Java]
int getPayloadSize();
void setPayloadSize(int Value);
Description
This property specifies the size of encrypted payload.
Discuss this help topic in SecureBlackbox Forum