SecureBlackbox 2020 Python Edition

Questions / Feedback?

output_file Property

A file where the signed SOAP message will be saved.

Syntax

def get_output_file() -> str: ...
def set_output_file(value: str) -> None: ...

output_file = property(get_output_file, set_output_file)

Default Value

""

Remarks

Provide a full path to the file where the signed SOAP message should be saved.

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