Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.RecommendedHashAlgorithm

TElECKeyMaterial     See also     


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


This property returns recommended hash algorithm.

Declaration

[C#]
    int RecommendedHashAlgorithm;

[VB.NET]
    Property RecommendedHashAlgorithm As Integer

[Pascal]
    property RecommendedHashAlgorithm : integer;

[C++]
    int32_t get_RecommendedHashAlgorithm();

[PHP]
    integer get_RecommendedHashAlgorithm()

[Java]
    int getRecommendedHashAlgorithm();

Possible values:

Description

    Use this property to get hash algorithm, which is recommended to use for producing ECDSA signature.

See also:     HashAlgorithm    

Discuss this help topic in SecureBlackbox Forum