XX64TransferHashGetHashAndReset Method

Finalizes hash computation and prepares the instance for the next data stream.

Definition

Namespace: Quine.FileTransfer
Assembly: Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
C#
public byte[] GetHashAndReset()

Return Value

Byte
The computed hash value.

Implements

ITransferHasherGetHashAndReset

See Also