Create signature with given data hash (sync).
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
SyntaxIKsiSignature Sign(
DataHash hash,
uint level = 0
)
Function Sign (
hash As DataHash,
Optional level As UInteger = 0
) As IKsiSignature
IKsiSignature^ Sign(
DataHash^ hash,
unsigned int level = 0
)
abstract Sign :
hash : DataHash *
?level : uint32
(* Defaults:
let _level = defaultArg level 0
*)
-> IKsiSignature
Parameters
- hash
- Type: Guardtime.KSI.HashingDataHash
data hash - level (Optional)
- Type: SystemUInt32
the level value of the aggregation tree node
Return Value
Type:
IKsiSignatureKSI signature
See Also