CryptoSys API Library Manual

Md5.AddData Method (Byte[])

Adds an array of 8-bit bytes to the digest

Syntax

[C#]
public int AddData(
	byte[] b
)
[VB.NET]
Public Function AddData ( _
	b As Byte() _
) As Integer

Parameters

b
Data to add

Return Value

0 on success or nonzero error code

See Also

VB6/C equivalent: MD5_AddBytes

[Contents] [Index]

[PREV: Mac.Reset Method...]   [Contents]   [Index]   
   [NEXT: Md5.AddData Method (String)...]

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