SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_ignore_existing_appearance Property

Tells the class to discard any existing widget parameters when signing empty signature properties.

Syntax

def get_sig_ignore_existing_appearance() -> bool: ...
def set_sig_ignore_existing_appearance(value: bool) -> None: ...

sig_ignore_existing_appearance = property(get_sig_ignore_existing_appearance, set_sig_ignore_existing_appearance)

Default Value

FALSE

Remarks

Tells the component to discard any existing widget parameters when signing empty signature fields.

IgnoreExistingAppearance only makes sense for signatures created by signing existing empty signature properties with pre-defined widget descriptions.

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