ITransferHasherAppend Method
Appends a chunk of data to the hasher's state.
Namespace: Quine.FileTransferAssembly: Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
void Append(
ReadOnlySpan<byte> data
)
Parameters
- data ReadOnlySpanByte
- Data to add to the current hash.