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)
SyntaxIKsiSignature CreateByContent(
byte[] contentBytes,
DataHash hash = null
)
Function CreateByContent (
contentBytes As Byte(),
Optional hash As DataHash = Nothing
) As IKsiSignature
IKsiSignature^ CreateByContent(
array<unsigned char>^ contentBytes,
DataHash^ hash = nullptr
)
abstract CreateByContent :
contentBytes : byte[] *
?hash : DataHash
(* Defaults:
let _hash = defaultArg hash null
*)
-> IKsiSignature
Parameters
- contentBytes
- Type: SystemByte
signature content byte array - hash (Optional)
- Type: Guardtime.KSI.HashingDataHash
Signed hash
Return Value
Type:
IKsiSignatureKSI signature
See Also