Click or drag to resize

MacAddData(Byte) Method

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

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public int AddData(
	byte[] b
)

Parameters

b  Byte
Data to add

Return Value

Int32
0 on success or nonzero error code
See Also