IPWorks EDI 2020 Python Edition

Questions / Feedback?

virtual_file_security_level Property

The level of security for the file.

Syntax

def get_virtual_file_security_level() -> int: ...
def set_virtual_file_security_level(value: int) -> None: ...

virtual_file_security_level = property(get_virtual_file_security_level, set_virtual_file_security_level)

Default Value

0

Remarks

When sending files, set this value to the level of security for the next virtual file to send. After receiving a file, this will be set to the level of security of the last file received.

When encrypting a file, recipient_cert must be set, and when signing a file, the certificate must be set.

The file will be processed to a temporary file before being sent.

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]