SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_auto_text Property

Use the default widget descriptions.

Syntax

def get_sig_auto_text() -> bool: ...
def set_sig_auto_text(value: bool) -> None: ...

sig_auto_text = property(get_sig_auto_text, set_sig_auto_text)

Default Value

TRUE

Remarks

Use the default widget descriptions.

The default texts are based on the information contained in the signing certificate. Set this property to false and use sig_algorithm_info, signer_info, and sig_header properties to generate customized descriptions.

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