Quine libraries user's guide
C#
Show/Hide TOC
Cryptographic
Transfer
Hash
Get
Hash
And
Reset 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#
Copy
public
byte
[]
GetHashAndReset
()
Return Value
Byte
The computed hash value.
Implements
ITransferHasher
GetHashAndReset
See Also
Reference
CryptographicTransferHash Class
Quine.FileTransfer Namespace
In This Article
Definition
Return Value
Implements
See Also