IPWorks EDI 2020 Python Edition

Questions / Feedback?

secure_authentication Property

Whether or not the class should perform secure Odette authentication.

Syntax

def get_secure_authentication() -> bool: ...
def set_secure_authentication(value: bool) -> None: ...

secure_authentication = property(get_secure_authentication, set_secure_authentication)

Default Value

FALSE

Remarks

If true, the class will perform secure authentication when connecting to the server. The secure authentication consists of encrypting and decrypting data sent to and from the server, and verifying that this occurred successfully. Secure authentication may be performed in plaintext or SSL mode.

Both certificate and recipient_cert properties must be populated when this property is set to true.

This is only valid for version 2.0 of the protocol.

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