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