Discuss this help topic in SecureBlackbox Forum

TElCMSHash.HashValue

TElCMSHash     See also     


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


This property contains the hash value.

Declaration

[C#]
    byte[] HashValue;

[VB.NET]
    Property HashValue As Byte()

[Pascal]
    property HashValue : ByteArray;

[C++]
    void get_HashValue(std::vector<uint8_t> &OutResult);
    void set_HashValue(const std::vector<uint8_t> &Value);

[PHP]
    string get_HashValue()
    void set_HashValue(array of byte|string|NULL $Value)

[Java]
    byte[] getHashValue();
    void setHashValue(byte[] V);

Parameters

  • V -

Description

    Use this property to get or set the calculated digest value.

See also:     HashAlgorithm    

Discuss this help topic in SecureBlackbox Forum