Click or drag to resize

MacFinal Method

Computes final MAC value for the Mac object.

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public byte[] Final()

Return Value

Byte
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