e-CryptIt Engine Xojo Plugin

HMAC_SHA1.Update Method

Use this method to add data with string to the HMAC_SHA1 stream.

Update(
   data as String)

Parameters

data
String to add to the HMAC_SHA1 stream.

Remarks

See Also

HMAC_SHA1 Class