SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

MaxValidationTime Property

Specifies the maximum time the validation process may take.

Object Oriented Interface

public function getMaxValidationTime();
public function setMaxValidationTime($value);

Procedural Interface

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

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.

Data Type

Integer

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