SecureBlackbox 2020 PHP Edition

Questions / Feedback?

PasswordLength Property

Specifies the length of the password to generate.

Object Oriented Interface

public function getPasswordLength();
public function setPasswordLength($value);

Procedural Interface

secureblackbox_otpclient_get($res, 2 );
secureblackbox_otpclient_set($res, 2, $value );

Default Value

8

Remarks

Use this property to set the length of the one-time password to generate.

Data Type

Integer

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