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 specified string data to the digest buffer.

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

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).