CryptographicTransferHash Class

Implements ITransferHasher by a user-specified cryptographic hash.

Definition

Namespace: Quine.FileTransfer
Assembly: Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
C#
public sealed class CryptographicTransferHash : ITransferHasher, 
	ICloneable, IDisposable
Inheritance
Object    CryptographicTransferHash
Implements
ITransferHasher, ICloneable, IDisposable

Constructors

Methods

Append Appends a chunk of data to the hasher's state.
Clone Clones this.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
GetHashAndReset Finalizes hash computation and prepares the instance for the next data stream.

See Also