Updates the digest data with the input byte by calling the method Update with an array.
Updates the digest data with the input byte by calling the method Update with an array.
public void Update(byte);
Updates the digest data with the specified array of bytes by making an append operation in the internal array of data.
public void Update(byte[]);
Updates the specified count of bytes with the input array of bytes starting at the input offset.
public void Update(byte[],int,int);
SupportClass.MessageDigestSupport Class | (global) Namespace