KsiSign Method (DataHash, UInt32)
|
Sign document hash.
Namespace:
Guardtime.KSI
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic IKsiSignature Sign(
DataHash hash,
uint level = 0
)
Public Function Sign (
hash As DataHash,
Optional level As UInteger = 0
) As IKsiSignature
public:
IKsiSignature^ Sign(
DataHash^ hash,
unsigned int level = 0
)
member Sign :
hash : DataHash *
?level : uint32
(* Defaults:
let _level = defaultArg level 0
*)
-> IKsiSignature
Parameters
- hash
- Type: Guardtime.KSI.HashingDataHash
document hash - level (Optional)
- Type: SystemUInt32
The document hash node level value in the aggregation tree
Return Value
Type:
IKsiSignatureKSI signature
See Also