CryptoSys API Library Manual

Sha1.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 non-zero error code

See Also

VB6/C equivalent: SHA1_AddBytes

[Contents] [Index]

[HOME]   [NEXT: Sha1.AddData Method (String)...]

Copyright © 2001-11 D.I. Management Services Pty Ltd. All rights reserved.