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

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

Updates the data with a part of the specified array of bytes

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

Parameters

newData
The array of bytes containing the part of bytes to update the data with
offset
The initial position of the part of bytes of the array of bytes
count
The number of bytes of the part of bytes

See Also

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