System.Security.Cryptography.MACTripleDES.HashFinal Method

Returns the computed Message Authentication Code (MAC) after all data is written to the object.

Syntax

protected override byte[] HashFinal ()

Returns

The computed MAC.

Remarks

You can read this value only after all data is written, and you cannot write more data afterward. Create a new instance of System.Security.Cryptography.MACTripleDES for each separate segment of data to compute the MAC for that data.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0