Discuss this help topic in SecureBlackbox Forum
Specifies the length of a one-time password.
Declaration
[VB.NET]
Property PasswordLen As Integer
[Pascal]
property PasswordLen: integer;
[C++]
int32_t get_PasswordLen();
void set_PasswordLen(int32_t Value);
[PHP]
integer get_PasswordLen()
void set_PasswordLen(integer $Value)
[Java]
int getPasswordLen();
void setPasswordLen(int Value);
Description
Use this property to specify the length of the password.
Discuss this help topic in SecureBlackbox Forum