security.Digest.AddStringData

Adds a data string to the digest buffer.

Syntax

security.Digest.AddStringData(
   data STRING )
  1. data is a human-readable character string to be added to the digest buffer.

Usage

Adds the human readable data to the digest buffer.

After adding all data pieces, the buffer can be processed by calling security.Digest.DoBase64Digest or security.Digest.DoHexBinaryDigest.

Throws an exception in case of errors, and updates STATUS with an error code.