Icon ComputeHash Method

function ComputeHash(AHashType: THashType; const Count:
      Integer=0): String

Available In: Server Applications

Use this method to compute the cryptographic hash for the stream using the specified hash algorithm. The hash is computed from the stream's current position for the specified count. If the count is 0, then the stream's AvailableSize property is used as the count.
Image