MergeSignatures¶
Merges CAdES-based signatures into a single signed content.
1 |
|
Parameters¶
Array
An array of signatures in Base64 encoded strings.
string content
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.