Discuss this help topic in SecureBlackbox Forum

TElSymmetricCrypto.PayloadSize

TElSymmetricCrypto     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the size of the payload size in bytes.

Declaration

[C#]
    int PayloadSize;

[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