OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

SupportClass.MessageDigestSupport.Update Method

Updates the digest data with the input byte by calling the method Update with an array.

Overload List

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);

See Also

SupportClass.MessageDigestSupport Class | (global) Namespace