SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

UseDefaultTSLs Property

Enables or disables the use of the default TSLs.

Object Oriented Interface

public function getUseDefaultTSLs();
public function setUseDefaultTSLs($value);

Procedural Interface

secureblackboxlite_certificatevalidator_get($res, 173 );
secureblackboxlite_certificatevalidator_set($res, 173, $value );

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.

Data Type

Boolean

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