IPWorks EDI 2020 Python Edition

Questions / Feedback?

require_encrypt Property

Preference to receive encrypted messages.

Syntax

def get_require_encrypt() -> bool: ...
def set_require_encrypt(value: bool) -> None: ...

require_encrypt = property(get_require_encrypt, set_require_encrypt)

Default Value

FALSE

Remarks

RequireEncrypt is used to store your preference of receiving encrypted messages from your trading partner.

After invoking load_profile, the RequireEncrypt will contain your preference of receiving encrypted messages, alternatively RequireEncrypt may be set and saved by invoking save_profile.

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