Discuss this help topic in SecureBlackbox Forum

TElSftpCheckFileReply.Hashes

TElSftpCheckFileReply     See also     


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


Containes file/file part hashes.

Declaration

[C#]
    TElByteArrayList Hashes;

[VB.NET]
    Property Hashes As TElByteArrayList

[Pascal]
    property Hashes: TStringList;

[C++]
    TElByteArrayList* get_Hashes();

[PHP]
    TElByteArrayList get_Hashes()

[Java]
    TElByteArrayList getHashes();

Description

    Use this property to get a set of requested hashes for files or file parts.

See also:     HashAlgorithm     HashSize    

Discuss this help topic in SecureBlackbox Forum