Discuss this help topic in SecureBlackbox Forum

TElAlgorithmIdentifier.SignatureHashAlgorithm

TElAlgorithmIdentifier     See also     


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


Specifies if the algorithm is a signature hash algorithm.

Declaration

[C#]
    int SignatureHashAlgorithm;

[VB.NET]
    Property SignatureHashAlgorithm As Integer

[Pascal]
    property SignatureHashAlgorithm : integer;

[C++]
    int32_t get_SignatureHashAlgorithm();

[PHP]
    integer get_SignatureHashAlgorithm()

[Java]
    int getSignatureHashAlgorithm();

Values:

Description

    This read-only property contains the ID of the algorithm used to create the hash of the data being signed.

See also:     Algorithm    

Discuss this help topic in SecureBlackbox Forum