Discuss this help topic in SecureBlackbox Forum

TElSftpCheckFileReply.HashSize

TElSftpCheckFileReply     See also     


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


Containes hash size.

Declaration

[C#]
    int HashSize;

[VB.NET]
    Property HashSize As Integer

[Pascal]
    property HashSize: integer;

[C++]
    int32_t get_HashSize();

[PHP]
    integer get_HashSize()

[Java]
    int getHashSize();

Description

    Use this property to get the size of the returned hash value.

See also:     HashAlgorithm     Hashes    

Discuss this help topic in SecureBlackbox Forum