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