e-CryptIt Engine Xojo Plugin

HMAC_MD5.Update Method

Use this method to add data with a String to the HMAC_MD5 stream.

Update(
   data as String)

Parameters

data
String to add to the HMAC_MD5 stream.

Remarks

See Also

HMAC_MD5 Class