Discuss this help topic in SecureBlackbox Forum

TElASiCDataObjectReference.Hash

TElASiCDataObjectReference     See also     


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


Specifies the hash value of the referenced file.

Declaration

[C#]
    byte[] Hash;

[VB.NET]
    Property Hash As Byte()

[Pascal]
    property Hash : ByteArray;

[C++]
    not available

[PHP]
    string get_Hash()
    void set_Hash(array of byte|string|NULL $Value)

[Java]
    byte[] getHash();
    void setHash(byte[] Value);

Description

Use this property to specify the hash of the referenced file.

See also:     HashAlgorithm     HashValid    

Discuss this help topic in SecureBlackbox Forum