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]

[PREV: Hash.Dispose Method...]   [Contents]   [Index]   
   [NEXT: Hash.HexFromBits Method...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.