IPWorks EDI 2020 Python Edition

Questions / Feedback?

original_content_mic Property

The Message Integrity Check(s) (one-way hash) of the outgoing message.

Syntax

def get_original_content_mic() -> str: ...
def set_original_content_mic(value: str) -> None: ...

original_content_mic = property(get_original_content_mic, set_original_content_mic)

Default Value

""

Remarks

A MIC will be calculated over the outgoing message using the same algorithm in the signature_algorithm configuration used to sign the message. The property will be set when post (in AS3, send) is invoked, and the MIC will automatically be checked against the Original-Content-MIC in the MDN for synchronous MDNs.

The format is in RFC 3335, i.e. "w7AguNJEmhF/qIjJw6LnnA==, md5", with a newline at the end.

If you are requesting an asynchronous MDN, you must save this value externally so that it can be loaded when the MDN is received (you may also use async_mdn_info_dir).

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Python Edition - Version 20.0 [Build 8203]