Discuss this help topic in SecureBlackbox Forum

TElMessageSigner.DataHash

TElMessageSigner     See also     


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


Returns the hash computed over the data.

Declaration

[C#]
    byte[] DataHash;

[VB.NET]
    Property DataHash As Byte()

[Pascal]
    property DataHash : ByteArray;

[C++]
    void get_DataHash(std::vector<uint8_t> &OutResult);

[PHP]
    string get_DataHash()

[Java]
    byte[] getDataHash();

Description

    Use this property to get the value of the hash computed over the data. If no authenticated attributes are specified, this hash will be signed by the component.

See also:     AuthenticatedAttributes     HashAlgorithm    

Discuss this help topic in SecureBlackbox Forum