Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.HashAlgorithm

TElPGPSignature     See also     


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


Specifies the hash algorithm to be used.

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

Hash algorithm values

Description

    Use this property to get or set the hash algorithm.
    This property value can be changed only before the signature was formed (was passed to one of Sign methods).

Discuss this help topic in SecureBlackbox Forum