SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

UseSystemCertificates Property

Enables or disables the use of the system certificates.

Object Oriented Interface

public function getUseSystemCertificates();
public function setUseSystemCertificates($value);

Procedural Interface

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

Default Value

false

Remarks

Use this property to tell the validator to use (or not to use) the system certificates. In many cases it is beneficial to switch this property on, as the operating system certificate configuration provides a representative trust framework.

Data Type

Boolean

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