Click or drag to resize

IKsiSignatureFactoryCreate Method (Byte, DataHash)

Create KSI signature instance from byte array.

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(
	byte[] bytes,
	DataHash hash = null
)

Parameters

bytes
Type: SystemByte
signature byte array
hash (Optional)
Type: Guardtime.KSI.HashingDataHash
Signed hash

Return Value

Type: IKsiSignature
KSI signature
See Also