AttachContentToSignature¶
Attaches the content to a signature and returns the new file ID.
$Crypto.AttachContentToSignature(content: string, signature: string):string
Parameters¶
string content
The Base64 encoded content to be attached.
string signature
The Base64 encoded signature.
Returns¶
The content of the signature-attached file in a Base64 encoded string.