Discuss this help topic in SecureBlackbox Forum

TElASiCDataObjectReference.HashValid

TElASiCDataObjectReference     See also     


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


Returns the validity status of the hash value.

Declaration

[C#]
    bool HashValid;

[VB.NET]
    Property HashValid As Boolean

[Pascal]
    property HashValid : boolean;

[C++]
    not available

[PHP]
    bool get_HashValid()

[Java]
    boolean getHashValid();

Description

Use this property to check if the specified hash value is valid.

See also:     Hash     HashAlgorithm    

Discuss this help topic in SecureBlackbox Forum