Discuss this help topic in SecureBlackbox Forum

TElOTPClient Constructor

TElOTPClient     See also     


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


Creates a new instance of TElOTPClient.

Declaration

[C#]
    TElOTPClient(byte[] KeySecret, int PasswordLength);

[VB.NET]
    Sub New(ByVal KeySecret As Byte(), ByVal PasswordLength As Integer)

[Pascal]
    constructor Create(const KeySecret: ByteArray; PasswordLength: integer); virtual;

[C++]
    not available

[PHP]
    not available

[Java]
    public TElOTPClient(byte[] KeySecret, int PasswordLength);
    public TElOTPClient();

Parameters

  • KeySecret - specifies the shared secret, a key used to generate passwords.
  • PasswordLength - specifies the password length.

Description

    Call this method to create a new instance of TElOTPClient.

See also:     KeySecret     PasswordLen    

Discuss this help topic in SecureBlackbox Forum