CryptoSys API Library Manual

Hash.AddData Method (String)

Adds a chunk of data in a string to be digested by the Hash object.

Syntax

[C#]
public int AddData(
	string s
)
[VB.NET]
Public Function AddData ( _
	s As String _
) As Integer

Parameters

s
Data to add

Return Value

0 on success or nonzero error code

See Also

VB6/C equivalent: HASH_AddBytes

[Contents] [Index]

[PREV: Hash.AddData Method (Byte)...]   [Contents]   [Index]   
   [NEXT: Hash.BytesFromBytes Method...]

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