Discuss this help topic in SecureBlackbox Forum
Specifies the length of one-time passwords.
Declaration
[C#/Java]
int PasswordLen;
[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)
Description
Use this property to get or set the length of the one-time passwords.
Discuss this help topic in SecureBlackbox Forum