Discuss this help topic in SecureBlackbox Forum

TElZipStrongEncryptionSignatureInfo.HashAlgorithm

TElZipStrongEncryptionSignatureInfo     See also     


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


Specifies hash algorithm.

Declaration

[C#]
    uint HashAlgorithm;

[VB.NET]
    Property HashAlgorithm As UInt32

[Pascal]
    property HashAlgorithm : cardinal;

[C++]
    uint32_t get_HashAlgorithm();

[PHP]
    integer get_HashAlgorithm()

[Java]
    int getHashAlgorithm();

Possible compression methods:

Description

    Use this read-only property to get signature hash algorithm.

See also:     ContentHash    

Discuss this help topic in SecureBlackbox Forum