Adds a chunk of data in a byte array to be authenticated by the Mac object.
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic int AddData(
byte[] b
)
Public Function AddData (
b As Byte()
) As Integer
Parameters
- b Byte
- Data to add
Return Value
Int320 on success or nonzero
error code
See Also