Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MACTripleDES::HashFinal Method ()

 

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

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

protected:
virtual array<unsigned char>^ HashFinal() override

Return Value

Type: array<System::Byte>^

The computed MAC.

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

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft