Computes final MAC value for the Mac object.
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
SyntaxPublic Function Final As Byte()
Return Value
ByteMAC value in a byte array.
RemarksThis operation delivers the final result of Add operations since the
Mac.Init() operation.
Once called, the Mac object is invalid.
See Also