Discuss this help topic in SecureBlackbox Forum

TElMessageVerifier.HashAlgorithm

TElMessageVerifier     See also     


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


This property returns the hash algorithm which was used to calculate message digest.

Declaration

[C#]
    int HashAlgorithm;

[VB.NET]
    Property HashAlgorithm As Integer

[Pascal]
    property HashAlgorithm : integer;

[C++]
    int32_t get_HashAlgorithm();

[PHP]
    integer get_HashAlgorithm()

[Java]
    int getHashAlgorithm();

Values:

Description

    Check this property after calling Verify method to get the hash algorithm which was used to calculate message digest.

See also:     Certificates    

Discuss this help topic in SecureBlackbox Forum