Discuss this help topic in SecureBlackbox Forum

TElHashFunction.Reset

TElHashFunction     See also     


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


Resets data for hash computations.

Declaration

[C#]
    void Reset();

[VB.NET]
    Sub Reset()

[Pascal]
    procedure Reset;

[C++]
    void Reset();

[PHP]
    void Reset()

[Java]
    void reset();

Description

    Use this method to reset all hash data.

See also:     Update    

Discuss this help topic in SecureBlackbox Forum