Discuss this help topic in SecureBlackbox Forum

TElOTPUser.PasswordLen

TElOTPUser     See also     


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


Specifies the length of one-time passwords.

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 get or set the length of the one-time passwords.

See also:     KeySecret    

Discuss this help topic in SecureBlackbox Forum