Click or drag to resize
MD5SupportUpdate Method
Updates the digest data with the specified array of bytes by making an append operation in the internal array of data.

Namespace: AsterNET.Util
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Update(
	byte[] newData
)

Parameters

newData
Type: SystemByte
The array of bytes for the update operation
See Also