Click or drag to resize

HashFinal Method

Computes final message digest for the Hash object.

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

Return Value

Byte
Digest value in a byte array.
Remarks
This operation delivers the final result of Add operations since the Hash.Init() operation. Once called, the Hash object is invalid.
See Also