Click or drag to resize

IKsiSignatureFactoryCreateByContent Method

Create KSI signature instance from content 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 CreateByContent(
	byte[] contentBytes,
	DataHash hash = null
)

Parameters

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

Return Value

Type: IKsiSignature
KSI signature
See Also