SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_signer_info Property

Provides custom signer information to put on the signature widget.

Syntax

def get_sig_signer_info() -> str: ...
def set_sig_signer_info(value: str) -> None: ...

sig_signer_info = property(get_sig_signer_info, set_sig_signer_info)

Default Value

""

Remarks

Provides custom signer information to put on the signature widget.

This property is only considered if sig_auto_text is set to False. The standard signature widget allows for several short strings separated by CRLF.

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