Updates the checksum with an array of bytes.
Overload List
Updates the checksum with an array of bytes.
public void Update(byte[]);
Updates the checksum with the bytes taken from the array.
public void Update(byte[],int,int);
Updates the checksum with a byte value.
public void Update(int);