IDataHasherAddData Method (Byte)
|
Adds data to the digest using the specified array of bytes, starting at an offset of 0.
Namespace:
Guardtime.KSI.Hashing
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
SyntaxIDataHasher AddData(
byte[] data
)
Function AddData (
data As Byte()
) As IDataHasher
IDataHasher^ AddData(
array<unsigned char>^ data
)
abstract AddData :
data : byte[] -> IDataHasher
Parameters
- data
- Type: SystemByte
list of bytes
Return Value
Type:
IDataHasherthe same DataHasher object for chaining calls
See Also