HashVerificationException Class

Thrown when hash verification fails.

Definition

Namespace: Quine.FileTransfer
Assembly: Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
C#
public sealed class HashVerificationException : IOException
Inheritance
Object    Exception    SystemException    IOException    HashVerificationException

Properties

ReferenceHash Reference hash, computed during the 1st pass through data. This is a zero-length span if the computation failed.
VerificationHash Verification hash, computed during the 2nd pass through data. This is a zero-length span if the computation failed.

See Also