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

SupportClass.MessageDigestSupport.DigestData Method (Byte[])

Performs and update on the digest with the specified array and then completes the digest computation.

public byte[] DigestData(
   byte[] newData
);

Parameters

newData
The array of bytes for final update to the digest

Return Value

An array of signed bytes with the resulting hash value

See Also

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