Click or drag to resize

IKsiSignatureFactoryCreate Method (LegacyAggregationResponsePayload, DataHash, NullableUInt32)

Create KSI signature instance from aggregation response payload.

Namespace:  Guardtime.KSI.Signature
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
IKsiSignature Create(
	LegacyAggregationResponsePayload payload,
	DataHash hash,
	Nullable<uint> level = null
)

Parameters

payload
Type: Guardtime.KSI.ServiceLegacyAggregationResponsePayload
legacy aggregation response payload
hash
Type: Guardtime.KSI.HashingDataHash
Signed hash
level (Optional)
Type: SystemNullableUInt32
Signed hash node level value in the aggregation tree

Return Value

Type: IKsiSignature
KSI signature
See Also