Skip to content

MergeSignaturesFile¶

Merges CAdES-based signatures into a single signed content.

1
$Crypto.MergeSignaturesFile(signatures: Array<string>, content: string):FileInfo

Parameters¶

Array signatures
    An array of signature file IDs.

string content
    The file ID of the content. If not specified, the resulting signature will be detached.

Returns¶

The merged signature file information.

See Also¶