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

SupportClass.MessageDigestSupport.Update Method (Byte[], Int32, Int32)

Updates the specified count of bytes with the input array of bytes starting at the input offset.

public void Update(
   byte[] newData,
   int offset,
   int count
);

Parameters

newData
The array of bytes for the update operation
offset
The initial position to start from in the array of bytes
count
The number of bytes fot the update

See Also

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