CryptoSys API Library Manual
Mac.Final Method
Computes final MAC value for the Mac object.
Syntax
[C#]
public byte[] Final()
[VB.NET]
Public Function Final As Byte()
Return Value
MAC value in a byte array.
Remarks
This operation delivers the final result of Add operations since the Mac.Init() operation. Once called, the Mac object is invalid.
See Also
VB6/C equivalent: MAC_Final
[Contents] [Index]