SecureBlackbox 2020 Python Edition

Questions / Feedback?

validate_signatures Property

Enables or disables automated signature validation.

Syntax

def get_validate_signatures() -> bool: ...
def set_validate_signatures(value: bool) -> None: ...

validate_signatures = property(get_validate_signatures, set_validate_signatures)

Default Value

TRUE

Remarks

Use this property to enable or disable automated signature validation by the component.

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