SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_empty_field Property

Indicates whether or not the signature created/read is an empty property (a signature placeholder).

Syntax

def get_sig_empty_field() -> bool: ...
def set_sig_empty_field(value: bool) -> None: ...

sig_empty_field = property(get_sig_empty_field, set_sig_empty_field)

Default Value

FALSE

Remarks

Indicates whether or not the signature created/read is an empty field (a signature placeholder).

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