as2-signed
Returns true if the MDN was signed and the signature verified successfully.
Transmissions that failed at the HTTP layer are never signed correctly. This function is unnecessary when:
•"Abort on error" is enabled for /as2/send, and
•"Request signed MDN" option was enabled for the AS2 partner, see Configuring AS2 Partners.
Signature
as2-signed(result as AS2 MDN) -> Boolean |
Parameters
Name | Type | Description |
|---|---|---|
result | AS2 MDN | A value of type AS2 MDN. |