SecureBlackbox 2020 Python Edition

Questions / Feedback?

tsa_name Property

Specifies the name of TSA.

Syntax

def get_tsa_name() -> str: ...
def set_tsa_name(value: str) -> None: ...

tsa_name = property(get_tsa_name, set_tsa_name)

Default Value

""

Remarks

Use this property to provide the alternative name of the TSA, in RDN format.

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