com.Util.CreateDigestString

Creates a new Base64 digest string from a source and random string (deprecated!).

Syntax

com.Util.CreateDigestString(
   source STRING,
   random STRING)
  RETURNING result STRING
  1. source is the source string.
  2. random is the random string in Base64.

Usage

Important: This function is deprecated. Use security.RandomGenerator.CreateDigestString instead.

Computes the digest from a source value and an optional random Base64 form string, and returns it into a string encoded in Base64 form.

The random value must be a valid Base64 String.

In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.