CryptoSys API Library Manual
Hash.Final Method
Computes final message digest for the Hash object.
Syntax
[C#]
public byte[] Final()
[VB.NET]
Public Function Final As Byte()
Return Value
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
VB6/C equivalent: HASH_Final
[Contents] [Index]