SecureBlackbox 2020 Python Edition

Questions / Feedback?

max_validation_time Property

Specifies the maximum time the validation process may take.

Syntax

def get_max_validation_time() -> int: ...
def set_max_validation_time(value: int) -> None: ...

max_validation_time = property(get_max_validation_time, set_max_validation_time)

Default Value

0

Remarks

Use this property to limit the amount of time available for the validator to carry out the validation. If the validation process exceeds this time, it is terminated and the validation error is returned.

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