Click or drag to resize

IKsiServiceSign Method

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)
Syntax
IKsiSignature Sign(
	DataHash hash,
	uint level = 0
)

Parameters

hash
Type: Guardtime.KSI.HashingDataHash
data hash
level (Optional)
Type: SystemUInt32
the level value of the aggregation tree node

Return Value

Type: IKsiSignature
KSI signature
See Also