Click or drag to resize

KsiSign Method (Byte, 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)
Syntax
public IKsiSignature Sign(
	byte[] documentBytes,
	uint level = 0
)

Parameters

documentBytes
Type: SystemByte
Document bytes
level (Optional)
Type: SystemUInt32
The document hash node level value in the aggregation tree

Return Value

Type: IKsiSignature
See Also