Discuss this help topic in SecureBlackbox Forum

TElCMSHash.HashAlgorithm

TElCMSHash     See also     


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


This property specifies the hash algorithm.

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);

Values:

Description

    Use this property to get or set the algorithm used for hash computation.

See also:     HashAlgorithmParams     HashValue    

Discuss this help topic in SecureBlackbox Forum