SecureBlackbox 2020 Python Edition

Questions / Feedback?

input_file Property

A path to the ASiC container to process.

Syntax

def get_input_file() -> str: ...
def set_input_file(value: str) -> None: ...

input_file = property(get_input_file, set_input_file)

Default Value

""

Remarks

Use this property to provide a path to the signature container. Use input_stream to provide the container from memory rather than a disk file.

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