Discuss this help topic in SecureBlackbox Forum

TElCustomTSPClient.HashAlgorithm

TElCustomTSPClient     See also     


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


Specifies hash algorithm for digest calculation.

Declaration

[C#]
    int HashAlgorithm;

[VB.NET]
    Property HashAlgorithm As Integer

[Pascal]
    property HashAlgorithm: Integer;

[C++]
    int32_t get_HashAlgorithm();
    void set_HashAlgorithm(int32_t Value);

[PHP]
    integer get_HashAlgorithm()
    void set_HashAlgorithm(integer $Value)

[Java]
    int getHashAlgorithm();
    void setHashAlgorithm(int Value);

Possible algorithms:

Description

    Use this property to specify hash algorithm, which was used for digest calculation. The hash (digest) is passed as a parameter to Timestamp method. Most common algorithms are SHA1 (default, insecure) and SHA256.

See also:     IncludeCertificates     Timestamp    

Discuss this help topic in SecureBlackbox Forum