Discuss this help topic in SecureBlackbox Forum

TElHashFunction.Algorithm

TElHashFunction     


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


This property specifies the digest algorithm.

Declaration

[C#]
    int Algorithm;

[VB.NET]
    Property Algorithm As Integer

[Pascal]
    property Algorithm : integer;

[C++]
    int32_t get_Algorithm();

[PHP]
    integer get_Algorithm()

[Java]
    int getAlgorithm();

Possible hash algorithms:

Possible HMAC algorithms:

Description

    Use this read-only property to get the value of the algorithm used for hashing.

Discuss this help topic in SecureBlackbox Forum