IPWorks EDI 2020 Python Edition

Questions / Feedback?

option_encrypt Property

Preference to encrypt outgoing data.

Syntax

def get_option_encrypt() -> bool: ...
def set_option_encrypt(value: bool) -> None: ...

option_encrypt = property(get_option_encrypt, set_option_encrypt)

Default Value

FALSE

Remarks

OptionEncrypt is used to store your preference of encrypting data sent to your trading partner. If OptionEncrypt is set to true encryption_cert must be specified.

After invoking load_profile, the OptionEncrypt will contain your encryption preference for your trading partner, alternatively OptionEncrypt 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]