  | 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.UtilAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Update(
	byte[] newData
)
Public Sub Update ( 
	newData As Byte()
)
public:
void Update(
	array<unsigned char>^ newData
)
member Update : 
        newData : byte[] -> unit 
Parameters
- newData
 - Type: SystemByte
The array of bytes for the update operation 
See Also