MergeSignatures¶
Merges CAdES-based signatures into a single signed content.
$Crypto.MergeSignatures(signatures: Array<string>, content?: string):string
Parameters¶
Array
An array of signatures in Base64 encoded strings.
string content optional
The Base64 encoded content of the signature. If not specified, the resulting signature will be detached.
Returns¶
The merged signature file in a Base64 encoded string.