Discuss this help topic in SecureBlackbox Forum

TElOTPClient.PasswordLen

TElOTPClient     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the length of a one-time password.

Declaration

[C#]
    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)

[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