When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object.
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
protected override byte[] HashFinal() |
Visual Basic |
---|
Protected Overrides Function HashFinal As Byte() |
Visual C++ |
---|
protected: virtual array<unsigned char>^ HashFinal() override |