SecureBlackbox 2020 Python Edition

Questions / Feedback?

data_file Property

A path to the file containing the originally signed data.

Syntax

def get_data_file() -> str: ...
def set_data_file(value: str) -> None: ...

data_file = property(get_data_file, set_data_file)

Default Value

""

Remarks

Use this property when working with detached signatures to provide the original signed input. Alternatively, use data_stream to provide in-memory data.

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