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

SupportClass.MessageDigestSupport.Update Method (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[] newData
);

Parameters

newData
The array of bytes for the update operation

See Also

SupportClass.MessageDigestSupport Class | (global) Namespace | SupportClass.MessageDigestSupport.Update Overload List