DataHash Constructor (Byte)
|
Constructor which initializes the DataHash with imprint.
Namespace:
Guardtime.KSI.Hashing
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic DataHash(
byte[] imprintBytes
)
Public Sub New (
imprintBytes As Byte()
)
public:
DataHash(
array<unsigned char>^ imprintBytes
)
new :
imprintBytes : byte[] -> DataHash
Parameters
- imprintBytes
- Type: SystemByte
[NotNull] Hash imprint
See Also