CryptoSys API Library Manual

Mac.AddData Method (Byte[])

Adds a chunk of data in a byte array to be authenticated by the Mac object.

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: MAC_AddBytes

[Contents] [Index]

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

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