Discuss this help topic in SecureBlackbox Forum

TElBaseTarHeader.CheckSum

TElBaseTarHeader     See also     


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


...

Declaration

[C#/Java]
    byte[] CheckSum;

[VB.NET]
    Property CheckSum As Byte()

[Pascal]
    property CheckSum : ByteArray;

[C++]
    void get_CheckSum(std::vector<uint8_t> &OutResult);
    void set_CheckSum(const std::vector<uint8_t> &Value);

[PHP]
    string get_CheckSum()
    void set_CheckSum(array of byte|string|NULL $Value)

Description

    ...

See also:     ...    

Discuss this help topic in SecureBlackbox Forum