SecureBlackbox 2020 Python Edition

Questions / Feedback?

source_name Property

Use this property to specify the name of the file being signed if passing it via the SourceBytes property.

Syntax

def get_source_name() -> str: ...
def set_source_name(value: str) -> None: ...

source_name = property(get_source_name, set_source_name)

Default Value

""

Remarks

Provide the name of the file to be included in the ASiC container if passing the file in the byte array form.

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