SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

use_default_ts_ls Property

Enables or disables the use of the default TSLs.

Syntax

def get_use_default_ts_ls() -> bool: ...
def set_use_default_ts_ls(value: bool) -> None: ...

use_default_ts_ls = property(get_use_default_ts_ls, set_use_default_ts_ls)

Default Value

FALSE

Remarks

Use this property to tell the validator to use (or not to use) the default TSLs (Trust Service status Lists). The result of this check reported in qualified property.

The following default TSLs are used: EU (European Union) TSL.

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